Home
last modified time | relevance | path

Searched refs:he_capab_len (Results 1 - 24 of 24) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_he.c251 size_t he_capab_len) in hostapd_get_he_capab()
256 if (he_capab_len > sizeof(*neg_he_cap)) in hostapd_get_he_capab()
257 he_capab_len = sizeof(*neg_he_cap); in hostapd_get_he_capab()
260 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab()
324 size_t he_capab_len) in copy_sta_he_capab()
328 he_capab_len > sizeof(struct ieee80211_he_capabilities)) { in copy_sta_he_capab()
344 os_memcpy(sta->he_capab, he_capab, he_capab_len); in copy_sta_he_capab()
345 sta->he_capab_len = he_capab_len; in copy_sta_he_capab()
248 hostapd_get_he_capab(struct hostapd_data *hapd, const struct ieee80211_he_capabilities *he_cap, struct ieee80211_he_capabilities *neg_he_cap, size_t he_capab_len) hostapd_get_he_capab() argument
322 copy_sta_he_capab(struct hostapd_data *hapd, struct sta_info *sta, enum ieee80211_op_mode opmode, const u8 *he_capab, size_t he_capab_len) copy_sta_he_capab() argument
H A Dieee802_11.h79 size_t he_capab_len);
97 size_t he_capab_len);
H A Dsta_info.h172 size_t he_capab_len; member
H A Dap_drv_ops.c417 size_t he_capab_len, in hostapd_sta_add()
438 params.he_capab_len = he_capab_len; in hostapd_sta_add()
410 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) hostapd_sta_add() argument
H A Dap_drv_ops.h45 size_t he_capab_len,
H A Dieee802_11.c3418 sta->he_capab_len); in add_associated_sta()
3433 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_he.c380 size_t he_capab_len) in hostapd_get_he_capab()
385 if (he_capab_len > sizeof(*neg_he_cap)) in hostapd_get_he_capab()
386 he_capab_len = sizeof(*neg_he_cap); in hostapd_get_he_capab()
389 os_memcpy(neg_he_cap, he_cap, he_capab_len); in hostapd_get_he_capab()
453 size_t he_capab_len) in copy_sta_he_capab()
458 ieee80211_invalid_he_cap_size(he_capab, he_capab_len) || in copy_sta_he_capab()
459 he_capab_len > sizeof(struct ieee80211_he_capabilities)) { in copy_sta_he_capab()
475 os_memcpy(sta->he_capab, he_capab, he_capab_len); in copy_sta_he_capab()
476 sta->he_capab_len = he_capab_len; in copy_sta_he_capab()
377 hostapd_get_he_capab(struct hostapd_data *hapd, const struct ieee80211_he_capabilities *he_cap, struct ieee80211_he_capabilities *neg_he_cap, size_t he_capab_len) hostapd_get_he_capab() argument
451 copy_sta_he_capab(struct hostapd_data *hapd, struct sta_info *sta, enum ieee80211_op_mode opmode, const u8 *he_capab, size_t he_capab_len) copy_sta_he_capab() argument
[all...]
H A Dieee802_11.h80 size_t he_capab_len);
98 size_t he_capab_len);
H A Dsta_info.h214 size_t he_capab_len; member
H A Dap_drv_ops.c421 size_t he_capab_len, in hostapd_sta_add()
443 params.he_capab_len = he_capab_len; in hostapd_sta_add()
414 hostapd_sta_add(struct hostapd_data *hapd, const u8 *addr, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, u16 listen_interval, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab, u32 flags, u8 qosinfo, u8 vht_opmode, int supp_p2p_ps, int set) hostapd_sta_add() argument
H A Dap_drv_ops.h46 size_t he_capab_len,
H A Dieee802_11.c5004 sta->he_capab_len); in add_associated_sta()
5019 sta->flags & WLAN_STA_HE ? sta->he_capab_len : 0, in add_associated_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h415 size_t he_capab_len, in wpa_sm_tdls_peer_addset()
427 he_capab, he_capab_len, in wpa_sm_tdls_peer_addset()
409 wpa_sm_tdls_peer_addset(struct wpa_sm *sm, const u8 *addr, int add, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, const struct ieee80211_he_6ghz_band_cap *he_6ghz_capab, u8 qosinfo, int wmm, const u8 *ext_capab, size_t ext_capab_len, const u8 *supp_channels, size_t supp_channels_len, const u8 *supp_oper_classes, size_t supp_oper_classes_len) wpa_sm_tdls_peer_addset() argument
H A Dtdls.c140 size_t he_capab_len; member
1681 peer->he_capab_len = 0;
1683 kde->he_capab_len);
1687 peer->he_capab_len = kde->he_capab_len;
1689 peer->he_capabilities, peer->he_capab_len);
1832 peer->he_capab_len,
H A Dwpa.h77 size_t he_capab_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dwpas_glue.c802 size_t he_capab_len, in wpa_supplicant_tdls_peer_addset()
828 params.he_capab_len = he_capab_len; in wpa_supplicant_tdls_peer_addset()
796 wpa_supplicant_tdls_peer_addset( void *ctx, const u8 *peer, int add, u16 aid, u16 capability, const u8 *supp_rates, size_t supp_rates_len, const struct ieee80211_ht_capabilities *ht_capab, const struct ieee80211_vht_capabilities *vht_capab, const struct ieee80211_he_capabilities *he_capab, size_t he_capab_len, const struct ieee80211_he_6ghz_band_cap *he_6ghz_he_capab, u8 qosinfo, int wmm, const u8 *ext_capab, size_t ext_capab_len, const u8 *supp_channels, size_t supp_channels_len, const u8 *supp_oper_classes, size_t supp_oper_classes_len) wpa_supplicant_tdls_peer_addset() argument
H A Dmesh_mpm.c789 params.he_capab_len = sta->he_capab_len; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c776 params.he_capab_len = sta->he_capab_len; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h654 size_t he_capab_len; member
H A Dwpa_common.c3539 ie->he_capab_len = pos[1] - 1; in wpa_parse_kde_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver.h1829 size_t he_capab_len; member
H A Ddriver_nl80211.c4565 params->he_capab, params->he_capab_len); in wpa_driver_nl80211_sta_add()
4567 params->he_capab_len, params->he_capab)) in wpa_driver_nl80211_sta_add()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver.h2284 size_t he_capab_len; member
H A Ddriver_nl80211.c5369 params->he_capab, params->he_capab_len); in wpa_driver_nl80211_sta_add()
5371 params->he_capab_len, params->he_capab)) in wpa_driver_nl80211_sta_add()

Completed in 77 milliseconds