Home
last modified time | relevance | path

Searched refs:ext_mgmt_frame_handling (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dhostapd.h340 unsigned int ext_mgmt_frame_handling:1; member
H A Ddrv_callbacks.c1419 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
H A Dieee802_11.c6692 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c1475 hapd->ext_mgmt_frame_handling = atoi(value); in hostapd_ctrl_iface_set()
1795 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_tx_status_process()
1837 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_tx_status_process()
1839 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_tx_status_process()
1856 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_rx_process()
1907 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_rx_process()
1909 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_rx_process()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1256 unsigned int ext_mgmt_frame_handling:1; member
H A Dctrl_iface.c730 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8503 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
9130 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
9181 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
9183 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
H A Devents.c5288 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()