Home
last modified time | relevance | path

Searched refs:MAX_SSID_LENGTH (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Droam.h24 #define MAX_SSID_LENGTH 32 macro
39 char ssid_str[MAX_SSID_LENGTH];
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Droam.cpp167 char ssid[MAX_SSID_LENGTH + 1]; in wifi_set_ssid_white_list()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Droam.cpp160 char ssid[MAX_SSID_LENGTH + 1]; in wifi_set_ssid_white_list()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp5053 … strncpy(roam_config.whitelist_ssid[j].ssid_str, whitelist_ssids[j], (MAX_SSID_LENGTH - 1)); in setRoamingConfiguration()
5054 roam_config.whitelist_ssid[j].ssid_str[MAX_SSID_LENGTH - 1] = '\0'; in setRoamingConfiguration()