Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dhostapd.h338 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c1345 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c5297 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1413 hapd->ext_mgmt_frame_handling = atoi(value); in hostapd_ctrl_iface_set()
1702 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_tx_status_process()
1744 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_tx_status_process()
1746 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_tx_status_process()
1763 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_rx_process()
1814 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_rx_process()
1816 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_rx_process()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h1075 unsigned int ext_mgmt_frame_handling:1; member
Dctrl_iface.c705 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8357 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
8964 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
9015 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
9017 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
Devents.c4906 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()