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/
Dieee802_11_he.c251 size_t he_capab_len) in hostapd_get_he_capab() argument
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() argument
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()
Dieee802_11.h79 size_t he_capab_len);
97 size_t he_capab_len);
Dap_drv_ops.c417 size_t he_capab_len, in hostapd_sta_add() argument
438 params.he_capab_len = he_capab_len; in hostapd_sta_add()
Dsta_info.h172 size_t he_capab_len; member
Dap_drv_ops.h45 size_t he_capab_len,
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/
Dieee802_11_he.c380 size_t he_capab_len) in hostapd_get_he_capab() argument
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() argument
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()
Dieee802_11.h80 size_t he_capab_len);
98 size_t he_capab_len);
Dap_drv_ops.c420 size_t he_capab_len, in hostapd_sta_add() argument
442 params.he_capab_len = he_capab_len; in hostapd_sta_add()
Dsta_info.h214 size_t he_capab_len; member
Dap_drv_ops.h45 size_t he_capab_len,
Dieee802_11.c4980 sta->he_capab_len); in add_associated_sta()
4995 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/
Dwpa_i.h402 size_t he_capab_len, in wpa_sm_tdls_peer_addset() argument
414 he_capab, he_capab_len, in wpa_sm_tdls_peer_addset()
Dtdls.c140 size_t he_capab_len; member
1673 peer->he_capab_len = 0; in copy_peer_he_capab()
1675 kde->he_capab_len); in copy_peer_he_capab()
1679 peer->he_capab_len = kde->he_capab_len; in copy_peer_he_capab()
1681 peer->he_capabilities, peer->he_capab_len); in copy_peer_he_capab()
1824 peer->he_capab_len, in wpa_tdls_addset_peer()
Dwpa.h73 size_t he_capab_len,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dwpas_glue.c786 size_t he_capab_len, in wpa_supplicant_tdls_peer_addset() argument
812 params.he_capab_len = he_capab_len; in wpa_supplicant_tdls_peer_addset()
Dmesh_mpm.c780 params.he_capab_len = sta->he_capab_len; in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
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/
Dwpa_common.h601 size_t he_capab_len; member
Dwpa_common.c3233 ie->he_capab_len = pos[1] - 1; in wpa_parse_kde_ies()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h1829 size_t he_capab_len; member
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/
Ddriver.h2195 size_t he_capab_len; member
Ddriver_nl80211.c5126 params->he_capab, params->he_capab_len); in wpa_driver_nl80211_sta_add()
5128 params->he_capab_len, params->he_capab)) in wpa_driver_nl80211_sta_add()