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

  /external/wpa_supplicant_8/src/ap/
ap_config.h 32 #define HOSTAPD_MAX_SSID_LEN 32
52 u8 ssid[HOSTAPD_MAX_SSID_LEN];
ieee802_11.c 185 if (len > HOSTAPD_MAX_SSID_LEN)
186 len = HOSTAPD_MAX_SSID_LEN;
    [all...]
hostapd.c 609 u8 ssid[HOSTAPD_MAX_SSID_LEN + 1];
    [all...]
wps_hostapd.c 312 if (cred->ssid_len <= HOSTAPD_MAX_SSID_LEN) {
    [all...]
  /external/wpa_supplicant_8/hostapd/
config_file.c     [all...]

Completed in 2568 milliseconds