HomeSort by relevance Sort by last modified time
    Searched refs:ext_mgmt_frame_handling (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 289 unsigned int ext_mgmt_frame_handling:1; member in struct:hostapd_data
drv_callbacks.c 858 if (hapd->ext_mgmt_frame_handling) {
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1358 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
1359 hapd->ext_mgmt_frame_handling = atoi(value);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 1017 unsigned int ext_mgmt_frame_handling:1; member in struct:wpa_supplicant
    [all...]
ctrl_iface.c 580 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
581 wpa_s->ext_mgmt_frame_handling = !!atoi(value);
    [all...]
events.c     [all...]

Completed in 72 milliseconds