Home
last modified time | relevance | path

Searched refs:he_capab_len (Results 1 – 9 of 9) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/ap/
H A 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()
H A Dieee802_11.h79 size_t he_capab_len);
97 size_t he_capab_len);
H A 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()
H A Dsta_info.h172 size_t he_capab_len; member
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()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dmesh_mpm.c776 params.he_capab_len = sta->he_capab_len; in mesh_mpm_add_peer()
/dragonfly/contrib/wpa_supplicant/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()