Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dmesh_mpm.c82 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()
H A Dmesh_rsn.c546 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()
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_defs.h1722 PLINK_OPEN = 1, enumerator