Lines Matching defs:info

706 		 * generate a partial entry until the first BSS info
865 struct cfg80211_scan_info info = {
869 cfg80211_scan_done(vif->scan_req, &info);
1079 struct cfg80211_scan_info info = {
1102 cfg80211_scan_done(vif->scan_req, &info);
2679 struct cfg80211_beacon_data *info)
2687 info->beacon_ies,
2688 info->beacon_ies_len);
2693 res = ath6kl_set_ap_probe_resp_ies(vif, info->proberesp_ies,
2694 info->proberesp_ies_len);
2701 info->assocresp_ies,
2702 info->assocresp_ies_len);
2762 struct cfg80211_ap_settings *info)
2783 res = ath6kl_set_ies(vif, &info->beacon);
2788 info->beacon_interval);
2794 info->dtim_period);
2800 if (info->beacon.head == NULL)
2802 mgmt = (struct ieee80211_mgmt *) info->beacon.head;
2804 if (ies > info->beacon.head + info->beacon.head_len)
2807 if (info->ssid == NULL)
2809 memcpy(vif->ssid, info->ssid, info->ssid_len);
2810 vif->ssid_len = info->ssid_len;
2811 if (info->hidden_ssid != NL80211_HIDDEN_SSID_NOT_IN_USE)
2818 ret = ath6kl_set_auth_type(vif, info->auth_type);
2824 for (i = 0; i < info->crypto.n_akm_suites; i++) {
2825 switch (info->crypto.akm_suites[i]) {
2827 if (info->crypto.wpa_versions & NL80211_WPA_VERSION_1)
2829 if (info->crypto.wpa_versions & NL80211_WPA_VERSION_2)
2833 if (info->crypto.wpa_versions & NL80211_WPA_VERSION_1)
2835 if (info->crypto.wpa_versions & NL80211_WPA_VERSION_2)
2844 for (i = 0; i < info->crypto.n_ciphers_pairwise; i++) {
2845 switch (info->crypto.ciphers_pairwise[i]) {
2864 } else if (info->crypto.n_ciphers_pairwise == 1) {
2865 ath6kl_set_cipher(vif, info->crypto.ciphers_pairwise[0], true);
2868 switch (info->crypto.cipher_group) {
2886 ath6kl_set_cipher(vif, info->crypto.cipher_group, false);
2894 p.ch = cpu_to_le16(info->chandef.chan->center_freq);
2911 if (info->inactivity_timeout) {
2912 inactivity_timeout = info->inactivity_timeout;
2925 if (ath6kl_set_htcap(vif, info->chandef.chan->band,
2926 cfg80211_get_chandef_type(&info->chandef)
2936 if (!ath6kl_get_rsn_capab(&info->beacon, (u8 *) &rsn_capab) &&
3624 struct cfg80211_scan_info info = {
3628 cfg80211_scan_done(vif->scan_req, &info);