Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1372 hapd->ext_mgmt_frame_handling = atoi(value); in hostapd_ctrl_iface_set()
1646 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_tx_status_process()
1688 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_tx_status_process()
1690 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_tx_status_process()
1707 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_rx_process()
1758 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_rx_process()
1760 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_rx_process()
/external/wpa_supplicant_8/src/ap/
Dhostapd.h322 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c1237 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c4904 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h1048 unsigned int ext_mgmt_frame_handling:1; member
Dctrl_iface.c640 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
7986 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
8575 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
8626 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
8628 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
Devents.c4533 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()