Searched refs:ext_mgmt_frame_handling (Results 1 – 7 of 7) sorted by relevance
338 unsigned int ext_mgmt_frame_handling:1; member
1345 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
5297 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
1413 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()
1075 unsigned int ext_mgmt_frame_handling:1; member
705 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()
4906 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()