Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_ctrl_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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.h330 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c1264 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c5075 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.h340 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c1419 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c6692 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_ctrl_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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant_i.h1050 unsigned int ext_mgmt_frame_handling:1; member
Dctrl_iface.c643 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8097 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
8686 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
8737 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
8739 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
Devents.c4570 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpa_supplicant_i.h1259 unsigned int ext_mgmt_frame_handling:1; member
Dctrl_iface.c733 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8571 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
9198 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
9249 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
9251 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
Devents.c5311 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()