Home
last modified time | relevance | path

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

/hostap-latest/hostapd/
Dctrl_iface.c1243 hapd->ext_mgmt_frame_handling = atoi(value); in hostapd_ctrl_iface_set()
1653 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_tx_status_process()
1695 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_tx_status_process()
1697 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_tx_status_process()
1714 if (!hapd->ext_mgmt_frame_handling) in hostapd_ctrl_iface_mgmt_rx_process()
1765 hapd->ext_mgmt_frame_handling = 0; in hostapd_ctrl_iface_mgmt_rx_process()
1767 hapd->ext_mgmt_frame_handling = 1; in hostapd_ctrl_iface_mgmt_rx_process()
/hostap-latest/src/ap/
Dhostapd.h383 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c1856 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c6857 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/hostap-latest/wpa_supplicant/
Dwpa_supplicant_i.h1291 unsigned int ext_mgmt_frame_handling:1; member
Dctrl_iface.c736 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8890 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
9544 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
9595 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
9597 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
Devents.c6511 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()