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 765 int check_ssid = wpa ? 1 : (ssid->ssid_len != 0); local
789 check_ssid = 0;
795 check_ssid = 1;
798 check_ssid = 0;
804 check_ssid = 0;
806 if (check_ssid &&
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 787 static u16 check_ssid(struct hostapd_data *hapd, struct sta_info *sta, function
878 resp = check_ssid(hapd, sta, elems.ssid, elems.ssid_len);
    [all...]

Completed in 2235 milliseconds