Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c83 if ((action_field == PLINK_OPEN && len != 4) || in mesh_mpm_parse_peer_mgmt()
333 case PLINK_OPEN: in mesh_mpm_send_plink_action()
509 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in plink_timer()
554 mesh_mpm_send_plink_action(wpa_s, sta, PLINK_OPEN, 0); in mesh_mpm_plink_open()
1174 if (action_field != PLINK_OPEN && in mesh_mpm_action_rx()
1192 if (action_field == PLINK_OPEN || action_field == PLINK_CONFIRM) { in mesh_mpm_action_rx()
1254 if (!sta && action_field == PLINK_OPEN && in mesh_mpm_action_rx()
1286 if (action_field == PLINK_OPEN && res == -2) { in mesh_mpm_action_rx()
1295 if (action_field == PLINK_OPEN && elems.rsn_ie) { in mesh_mpm_action_rx()
1352 case PLINK_OPEN: in mesh_mpm_action_rx()
H A Dmesh_rsn.c564 if (cat[1] == PLINK_OPEN) in mesh_rsn_protect_frame()
566 if (cat[1] == PLINK_OPEN && rsn->igtk_len) in mesh_rsn_protect_frame()
591 if (cat[1] != PLINK_OPEN) in mesh_rsn_protect_frame()
757 if (cat[1] != PLINK_OPEN) { in mesh_rsn_process_ampe()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h1880 PLINK_OPEN = 1, enumerator