Searched refs:WLAN_CAPABILITY_PRIVACY (Results 1 – 23 of 23) sorted by relevance
937 if (val16 & WLAN_CAPABILITY_PRIVACY) in rtw_check_bcn_info23a()1046 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) { in is_ap_in_tkip23a()1077 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) { in should_forbid_n_rate23a()1116 if (cur_network->capability & WLAN_CAPABILITY_PRIVACY) { in is_ap_in_wep23a()
363 cap |= WLAN_CAPABILITY_PRIVACY; in rtw_generate_ie23a()752 if (pnetwork->network.capability & WLAN_CAPABILITY_PRIVACY) { in rtw_get_bcn_info23a()
4263 if (bssid->capability & WLAN_CAPABILITY_PRIVACY) in collect_bss_info()
1102 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) { in is_ap_in_tkip()1133 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) { in should_forbid_n_rate()1169 if (rtw_get_capability((struct wlan_bssid_ex *)cur_network) & WLAN_CAPABILITY_PRIVACY) { in is_ap_in_wep()
1237 if (cap & WLAN_CAPABILITY_PRIVACY) { in rtw_get_bcn_info()
312 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
231 if (cap & WLAN_CAPABILITY_PRIVACY) in translate_scan()
938 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_start()1188 tmp_cap |= WLAN_CAPABILITY_PRIVACY; in mwifiex_cmd_802_11_ad_hoc_join()
172 if (bss_desc->cap_info_bitmap & WLAN_CAPABILITY_PRIVACY) { in mwifiex_fill_new_bss_desc()
913 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtllib_probe_resp()1008 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtllib_assoc_resp()1256 if (beacon->capability & WLAN_CAPABILITY_PRIVACY) in rtllib_association_req()1257 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in rtllib_association_req()3479 encrypt = (ieee->current_network.capability & WLAN_CAPABILITY_PRIVACY) in rtllib_ap_sec_type()
120 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
569 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
781 beacon_buf->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_probe_resp()880 assoc->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_assoc_resp()1092 if (beacon->capability & WLAN_CAPABILITY_PRIVACY ) in ieee80211_association_req()1093 hdr->capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in ieee80211_association_req()
118 if (network->capability & WLAN_CAPABILITY_PRIVACY) in rtl819x_translate_scan()
591 #define WLAN_CAPABILITY_PRIVACY (1<<4) macro
114 if (network->capability & WLAN_CAPABILITY_PRIVACY) in libipw_translate_scan()
5581 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) { in ipw_find_adhoc_network()5588 capability & WLAN_CAPABILITY_PRIVACY ? "on" : in ipw_find_adhoc_network()5768 ((network->capability & WLAN_CAPABILITY_PRIVACY) ? 1 : 0)) { in ipw_best_network()5775 WLAN_CAPABILITY_PRIVACY ? "on" : "off"); in ipw_best_network()5900 network->capability |= WLAN_CAPABILITY_PRIVACY; in ipw_adhoc_create()10785 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && !sec->enabled) || in shim__set_security()10787 cpu_to_le16(WLAN_CAPABILITY_PRIVACY)) && sec->enabled))) { in shim__set_security()
579 if (sta->capability & WLAN_CAPABILITY_PRIVACY) in prism2_ap_proc_show()2502 if (sta->capability & WLAN_CAPABILITY_PRIVACY) in prism2_ap_translate_scan()
1874 if (capabilities & WLAN_CAPABILITY_PRIVACY) in __prism2_translate_scan()
2928 body.capability |= cpu_to_le16(WLAN_CAPABILITY_PRIVACY); in send_association_request()3035 priv->BSSinfo[index].UsingWEP = capability & WLAN_CAPABILITY_PRIVACY; in store_bss_info()
639 if (be16_to_cpu(scan->capability) & WLAN_CAPABILITY_PRIVACY) in gelic_wl_translate_scan()
203 if (cap & WLAN_CAPABILITY_PRIVACY) in translate_scan()
2120 encrypt = (network->capability & WLAN_CAPABILITY_PRIVACY) || in GetNmodeSupportBySecCfg8192()