Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/fst/
H A Dfst_session.c306 wpabuf_put_u8(buf, WLAN_ACTION_FST); in fst_session_send_action()
1199 mgmt->u.action.category != WLAN_ACTION_FST) { in fst_session_on_action_rx()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_defs.h643 #define WLAN_ACTION_FST 18 macro
/freebsd/contrib/wpa/src/ap/
H A Ddrv_callbacks.c1688 if (mgmt->u.action.category == WLAN_ACTION_FST && hapd->iface->fst) { in hostapd_action_rx()
H A Dieee802_11.c6062 case WLAN_ACTION_FST: in handle_action()
/freebsd/contrib/wpa/wpa_supplicant/
H A Devents.c5411 if (mgmt->u.action.category == WLAN_ACTION_FST && wpa_s->fst) { in wpas_event_rx_mgmt_action()