mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
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
@ -8651,6 +8651,7 @@ static char * wpas_global_ctrl_iface_redir_p2p(struct wpa_global *global,
|
||||
"P2P_SERV_DISC_EXTERNAL ",
|
||||
"P2P_SERVICE_ADD ",
|
||||
"P2P_SERVICE_DEL ",
|
||||
"P2P_SERVICE_REP ",
|
||||
"P2P_REJECT ",
|
||||
"P2P_INVITE ",
|
||||
"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_REQ ",
|
||||
"NFC_REPORT_HANDOVER ",
|
||||
"P2P_ASP_PROVISION ",
|
||||
"P2P_ASP_PROVISION_RESP ",
|
||||
NULL
|
||||
};
|
||||
int found = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user