Searched refs:MAX_PROBED_SSIDS (Results 1 – 3 of 3) sorted by relevance
923 struct ath6kl_cfg80211_match_probe_ssid ssid_list[MAX_PROBED_SSIDS]; in ath6kl_set_probed_ssids()927 if (n_ssids > MAX_PROBED_SSIDS || in ath6kl_set_probed_ssids()928 n_match_ssid > MAX_PROBED_SSIDS) in ath6kl_set_probed_ssids()966 if (index_to_add >= MAX_PROBED_SSIDS) in ath6kl_set_probed_ssids()986 for (i = index_to_add; i < MAX_PROBED_SSIDS; i++) { in ath6kl_set_probed_ssids()3892 wiphy->max_scan_ssids = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()3897 wiphy->max_match_sets = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()3974 wiphy->max_sched_scan_ssids = MAX_PROBED_SSIDS; in ath6kl_cfg80211_init()
1006 #define MAX_PROBED_SSIDS 16 macro
2150 if (index >= MAX_PROBED_SSIDS) in ath6kl_wmi_probedssid_cmd()