P2PS: Add commands to control interface redir list
This is needed to allow P2PS related new control interface commands to be redirected for proper context processing. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
0cf12b322d
commit
87d5ef5a41
1 changed files with 3 additions and 0 deletions
|
@ -8651,6 +8651,7 @@ static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global,
|
||||||
"P2P_SERV_DISC_EXTERNAL ",
|
"P2P_SERV_DISC_EXTERNAL ",
|
||||||
"P2P_SERVICE_ADD ",
|
"P2P_SERVICE_ADD ",
|
||||||
"P2P_SERVICE_DEL ",
|
"P2P_SERVICE_DEL ",
|
||||||
|
"P2P_SERVICE_REP ",
|
||||||
"P2P_REJECT ",
|
"P2P_REJECT ",
|
||||||
"P2P_INVITE ",
|
"P2P_INVITE ",
|
||||||
"P2P_PEER ",
|
"P2P_PEER ",
|
||||||
|
@ -8664,6 +8665,8 @@ static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global,
|
||||||
"NFC_GET_HANDOVER_SEL ",
|
"NFC_GET_HANDOVER_SEL ",
|
||||||
"NFC_GET_HANDOVER_REQ ",
|
"NFC_GET_HANDOVER_REQ ",
|
||||||
"NFC_REPORT_HANDOVER ",
|
"NFC_REPORT_HANDOVER ",
|
||||||
|
"P2P_ASP_PROVISION ",
|
||||||
|
"P2P_ASP_PROVISION_RESP ",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
int found = 0;
|
int found = 0;
|
||||||
|
|
Loading…
Reference in a new issue