Home
last modified time | relevance | path

Searched refs:MAX_PROBED_SSIDS (Results 1 – 3 of 3) sorted by relevance

/drivers/net/wireless/ath/ath6kl/
Dcfg80211.c918 struct ath6kl_cfg80211_match_probe_ssid ssid_list[MAX_PROBED_SSIDS]; in ath6kl_set_probed_ssids()
922 if (n_ssids > MAX_PROBED_SSIDS || in ath6kl_set_probed_ssids()
923 n_match_ssid > MAX_PROBED_SSIDS) in ath6kl_set_probed_ssids()
961 if (index_to_add >= MAX_PROBED_SSIDS) in ath6kl_set_probed_ssids()
981 for (i = index_to_add; i < MAX_PROBED_SSIDS; i++) { in ath6kl_set_probed_ssids()
3891 wiphy->max_scan_ssids = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()
3896 wiphy->max_match_sets = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()
3970 wiphy->max_sched_scan_ssids = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()
Dwmi.h1006 #define MAX_PROBED_SSIDS 16 macro
Dwmi.c2165 if (index >= MAX_PROBED_SSIDS) in ath6kl_wmi_probedssid_cmd()