Home
last modified time | relevance | path

Searched refs:capab (Results 1 – 14 of 14) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dhs20.c45 u16 capab; in hostapd_eid_osen() local
73 capab = 0; in hostapd_eid_osen()
76 capab |= (RSN_NUM_REPLAY_COUNTERS_16 << 2); in hostapd_eid_osen()
80 capab |= WPA_CAPABILITY_MFPC; in hostapd_eid_osen()
82 capab |= WPA_CAPABILITY_MFPR; in hostapd_eid_osen()
85 WPA_PUT_LE16(eid, capab); in hostapd_eid_osen()
Dwpa_auth_ie.c97 u16 capab; in wpa_write_rsn_ie() local
254 capab = 0; in wpa_write_rsn_ie()
256 capab |= WPA_CAPABILITY_PREAUTH; in wpa_write_rsn_ie()
258 capab |= WPA_CAPABILITY_PEERKEY_ENABLED; in wpa_write_rsn_ie()
261 capab |= (RSN_NUM_REPLAY_COUNTERS_16 << 2); in wpa_write_rsn_ie()
265 capab |= WPA_CAPABILITY_MFPC; in wpa_write_rsn_ie()
267 capab |= WPA_CAPABILITY_MFPR; in wpa_write_rsn_ie()
272 capab |= BIT(8) | BIT(14) | BIT(15); in wpa_write_rsn_ie()
274 WPA_PUT_LE16(pos, capab); in wpa_write_rsn_ie()
354 u16 capab; in wpa_write_osen() local
[all …]
Dieee802_11.c143 int capab = WLAN_CAPABILITY_ESS; in hostapd_own_capab_info() local
158 capab |= WLAN_CAPABILITY_SHORT_PREAMBLE; in hostapd_own_capab_info()
176 capab |= WLAN_CAPABILITY_PRIVACY; in hostapd_own_capab_info()
181 capab |= WLAN_CAPABILITY_SHORT_SLOT_TIME; in hostapd_own_capab_info()
192 capab |= WLAN_CAPABILITY_SPECTRUM_MGMT; in hostapd_own_capab_info()
196 capab |= IEEE80211_CAP_RRM; in hostapd_own_capab_info()
201 return capab; in hostapd_own_capab_info()
Dwpa_auth_ft.c90 u8 capab; in wpa_write_mdie() local
98 capab = 0; in wpa_write_mdie()
100 capab |= RSN_FT_CAPAB_FT_OVER_DS; in wpa_write_mdie()
101 *pos++ = capab; in wpa_write_mdie()
Dhostapd.c1566 u16 capab = hostapd_own_capab_info(hapd); in hostapd_set_own_neighbor_report() local
1584 if (capab & WLAN_CAPABILITY_SPECTRUM_MGMT) in hostapd_set_own_neighbor_report()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c1096 const char *capab) in hostapd_config_ht_capab() argument
1098 if (os_strstr(capab, "[LDPC]")) in hostapd_config_ht_capab()
1100 if (os_strstr(capab, "[HT40-]")) { in hostapd_config_ht_capab()
1104 if (os_strstr(capab, "[HT40+]")) { in hostapd_config_ht_capab()
1108 if (os_strstr(capab, "[SMPS-STATIC]")) { in hostapd_config_ht_capab()
1112 if (os_strstr(capab, "[SMPS-DYNAMIC]")) { in hostapd_config_ht_capab()
1116 if (os_strstr(capab, "[GF]")) in hostapd_config_ht_capab()
1118 if (os_strstr(capab, "[SHORT-GI-20]")) in hostapd_config_ht_capab()
1120 if (os_strstr(capab, "[SHORT-GI-40]")) in hostapd_config_ht_capab()
1122 if (os_strstr(capab, "[TX-STBC]")) in hostapd_config_ht_capab()
[all …]
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ie.c115 u16 capab; in wpa_gen_wpa_ie_rsn() local
203 capab = 0; in wpa_gen_wpa_ie_rsn()
206 capab |= WPA_CAPABILITY_MFPC; in wpa_gen_wpa_ie_rsn()
208 capab |= WPA_CAPABILITY_MFPR; in wpa_gen_wpa_ie_rsn()
210 WPA_PUT_LE16(pos, capab); in wpa_gen_wpa_ie_rsn()
Dwpa_ft.c153 u16 capab; in wpa_ft_gen_req_ies() local
217 capab = 0; in wpa_ft_gen_req_ies()
220 capab |= WPA_CAPABILITY_MFPC; in wpa_ft_gen_req_ies()
222 WPA_PUT_LE16(pos, capab); in wpa_ft_gen_req_ies()
/external/iproute2/include/linux/
Dpkt_cls.h65 __u32 capab; member
81 __u32 capab; \
/external/libnl/include/linux-private/linux/
Dpkt_cls.h135 __u32 capab; member
151 __u32 capab; \
/external/kernel-headers/original/uapi/linux/
Dpkt_cls.h120 __u32 capab; member
137 __u32 capab; \
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c2102 enum local_hw_capab capab = wpa_s->hw_capab; in scan_est_throughput() local
2137 if (capab == CAPAB_HT || capab == CAPAB_HT40 || capab == CAPAB_VHT) { in scan_est_throughput()
2146 if (capab == CAPAB_HT40 || capab == CAPAB_VHT) { in scan_est_throughput()
2156 if (capab == CAPAB_VHT) { in scan_est_throughput()
Dinterworking.c1303 const u8 *capab, *end; in cred_conn_capab_missing() local
1319 capab = wpabuf_head(bss->anqp->hs20_connection_capability); in cred_conn_capab_missing()
1320 end = capab + wpabuf_len(bss->anqp->hs20_connection_capability); in cred_conn_capab_missing()
1325 if (!has_proto_match(capab, end, in cred_conn_capab_missing()
1331 capab, end, in cred_conn_capab_missing()
/external/syslinux/gpxe/src/net/80211/
Dnet80211.c175 u16 capab );
1019 u16 capab ) in net80211_process_capab() argument
1023 if ( ( capab & ( IEEE80211_CAPAB_MANAGED | IEEE80211_CAPAB_ADHOC ) ) != in net80211_process_capab()
1032 if ( capab & IEEE80211_CAPAB_SHORT_PMBL ) in net80211_process_capab()
1035 if ( capab & IEEE80211_CAPAB_SHORT_SLOT ) in net80211_process_capab()