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.h280 unsigned int ext_mgmt_frame_handling:1; member
Ddrv_callbacks.c852 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
Dieee802_11.c2885 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant_i.h982 unsigned int ext_mgmt_frame_handling:1; member
Devents.c3687 if (wpa_s->ext_mgmt_frame_handling) {
Dctrl_iface.c472 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
7138 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1329 hapd->ext_mgmt_frame_handling = atoi(value); in hostapd_ctrl_iface_set()