Home
last modified time | relevance | path

Searched refs:PLINK_OPEN (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c82 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt()
321 case PLINK_OPEN: in mesh_mpm_send_plink_action()
479 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer()
524 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open()
1131 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx()
1149 if (action_field == PLINK_OPEN || action_field == PLINK_CONFIRM) { in mesh_mpm_action_rx()
1211 if (!sta && action_field == PLINK_OPEN && in mesh_mpm_action_rx()
1243 if (action_field == PLINK_OPEN && res == -2) { in mesh_mpm_action_rx()
1252 if (action_field == PLINK_OPEN && elems.rsn_ie) { in mesh_mpm_action_rx()
1309 case PLINK_OPEN: in mesh_mpm_action_rx()
Dmesh_rsn.c544 if (cat[1] == PLINK_OPEN) in mesh_rsn_protect_frame()
546 if (cat[1] == PLINK_OPEN && rsn->igtk_len) in mesh_rsn_protect_frame()
571 if (cat[1] != PLINK_OPEN) in mesh_rsn_protect_frame()
737 if (cat[1] != PLINK_OPEN) { in mesh_rsn_process_ampe()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h1749 PLINK_OPEN = 1, enumerator