Searched refs:ext_mgmt_frame_handling (Results 1 - 13 of 13) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dhostapd.h250 int ext_mgmt_frame_handling; member in struct:hostapd_data
H A Ddrv_callbacks.c708 if (hapd->ext_mgmt_frame_handling) {
H A Dieee802_11.c2090 if (hapd->ext_mgmt_frame_handling) {
/external/wpa_supplicant_8/src/ap/
H A Dhostapd.h250 int ext_mgmt_frame_handling; member in struct:hostapd_data
H A Ddrv_callbacks.c708 if (hapd->ext_mgmt_frame_handling) {
H A Dieee802_11.c2090 if (hapd->ext_mgmt_frame_handling) {
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dhostapd.h250 int ext_mgmt_frame_handling; member in struct:hostapd_data
H A Ddrv_callbacks.c708 if (hapd->ext_mgmt_frame_handling) {
H A Dieee802_11.c2090 if (hapd->ext_mgmt_frame_handling) {
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_i.h847 unsigned int ext_mgmt_frame_handling:1; member in struct:wpa_supplicant
H A Devents.c3191 if (wpa_s->ext_mgmt_frame_handling) {
H A Dctrl_iface.c421 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
422 wpa_s->ext_mgmt_frame_handling = !!atoi(value);
5808 wpa_s->ext_mgmt_frame_handling = 0;
/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.c1075 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
1076 hapd->ext_mgmt_frame_handling = atoi(value);

Completed in 8980 milliseconds