Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDhostapd.h330 unsigned int ext_mgmt_frame_handling:1; member
HDdrv_callbacks.c1251 if (hapd->ext_mgmt_frame_handling) { in hostapd_mgmt_rx()
HDieee802_11.c5063 if (hapd->ext_mgmt_frame_handling) { in ieee802_11_mgmt_cb()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwpa_supplicant_i.h1047 unsigned int ext_mgmt_frame_handling:1; member
HDctrl_iface.c640 wpa_s->ext_mgmt_frame_handling = !!atoi(value); in wpa_supplicant_ctrl_iface_set()
8029 wpa_s->ext_mgmt_frame_handling = 0; in wpa_supplicant_ctrl_iface_flush()
8618 if (!wpa_s->ext_mgmt_frame_handling) in wpas_ctrl_iface_mgmt_rx_process()
8669 wpa_s->ext_mgmt_frame_handling = 0; in wpas_ctrl_iface_mgmt_rx_process()
8671 wpa_s->ext_mgmt_frame_handling = 1; in wpas_ctrl_iface_mgmt_rx_process()
HDevents.c4547 if (wpa_s->ext_mgmt_frame_handling) { in wpa_supplicant_event()