Home
last modified time | relevance | path

Searched refs:WLAN_ACTION_FST (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/fst/
H A Dfst_session.c308 wpabuf_put_u8(buf, WLAN_ACTION_FST); in fst_session_send_action()
1201 mgmt->u.action.category != WLAN_ACTION_FST) { in fst_session_on_action_rx()
/netbsd/external/bsd/wpa/dist/src/common/
H A Dieee802_11_defs.h574 #define WLAN_ACTION_FST 18 macro
/netbsd/external/bsd/wpa/dist/src/ap/
H A Ddrv_callbacks.c1193 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx()
H A Dieee802_11.c4484 case WLAN_ACTION_FST: in handle_action()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Devents.c3873 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) { in wpas_event_rx_mgmt_action()