Searched refs:PLINK_OPEN (Results 1 – 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | mesh_mpm.c | 82 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt() 325 case PLINK_OPEN: in mesh_mpm_send_plink_action() 486 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer() 531 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open() 1143 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx() 1161 if (action_field == PLINK_OPEN || action_field == PLINK_CONFIRM) { in mesh_mpm_action_rx() 1223 if (!sta && action_field == PLINK_OPEN && in mesh_mpm_action_rx() 1255 if (action_field == PLINK_OPEN && res == -2) { in mesh_mpm_action_rx() 1264 if (action_field == PLINK_OPEN && elems.rsn_ie) { in mesh_mpm_action_rx() 1321 case PLINK_OPEN: in mesh_mpm_action_rx()
|
D | mesh_rsn.c | 545 if (cat[1] == PLINK_OPEN) in mesh_rsn_protect_frame() 547 if (cat[1] == PLINK_OPEN && rsn->igtk_len) in mesh_rsn_protect_frame() 572 if (cat[1] != PLINK_OPEN) in mesh_rsn_protect_frame() 738 if (cat[1] != PLINK_OPEN) { in mesh_rsn_process_ampe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | mesh_mpm.c | 82 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt() 323 case PLINK_OPEN: in mesh_mpm_send_plink_action() 483 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer() 528 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open() 1135 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx() 1153 if (action_field == PLINK_OPEN || action_field == PLINK_CONFIRM) { in mesh_mpm_action_rx() 1215 if (!sta && action_field == PLINK_OPEN && in mesh_mpm_action_rx() 1247 if (action_field == PLINK_OPEN && res == -2) { in mesh_mpm_action_rx() 1256 if (action_field == PLINK_OPEN && elems.rsn_ie) { in mesh_mpm_action_rx() 1313 case PLINK_OPEN: in mesh_mpm_action_rx()
|
D | mesh_rsn.c | 546 if (cat[1] == PLINK_OPEN) in mesh_rsn_protect_frame() 549 if (cat[1] == PLINK_OPEN && rsn->igtk_len) in mesh_rsn_protect_frame() 575 if (cat[1] != PLINK_OPEN) in mesh_rsn_protect_frame() 743 if (cat[1] != PLINK_OPEN) { in mesh_rsn_process_ampe()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | ieee802_11_defs.h | 1722 PLINK_OPEN = 1, enumerator
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 1790 PLINK_OPEN = 1, enumerator
|