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 274 unsigned int ext_mgmt_frame_handling:1; member in struct:hostapd_data
drv_callbacks.c 802 if (hapd->ext_mgmt_frame_handling) {
    [all...]
ieee802_11.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant_i.h 922 unsigned int ext_mgmt_frame_handling:1; member in struct:wpa_supplicant
    [all...]
ctrl_iface.c 430 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
431 wpa_s->ext_mgmt_frame_handling = !!atoi(value);
    [all...]
events.c     [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c 1284 } else if (os_strcasecmp(cmd, "ext_mgmt_frame_handling") == 0) {
1285 hapd->ext_mgmt_frame_handling = atoi(value);
    [all...]

Completed in 103 milliseconds