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

  /external/wpa_supplicant_8/wpa_supplicant/
events.c 810 int check_ssid = wpa ? 1 : (ssid->ssid_len != 0); local
834 check_ssid = 0;
840 check_ssid = 1;
843 check_ssid = 0;
849 check_ssid = 0;
851 if (check_ssid &&
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 788 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, function
892 resp = check_ssid(hapd, sta, elems.ssid, elems.ssid_len);
    [all...]

Completed in 167 milliseconds