Home
last modified time | relevance | path

Searched refs:vht_operation (Results 1 – 8 of 8) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_vht.c364 os_free(sta->vht_operation); in copy_sta_vht_oper()
365 sta->vht_operation = NULL; in copy_sta_vht_oper()
369 if (!sta->vht_operation) { in copy_sta_vht_oper()
370 sta->vht_operation = in copy_sta_vht_oper()
372 if (!sta->vht_operation) in copy_sta_vht_oper()
376 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
Dsta_info.h167 struct ieee80211_vht_operation *vht_operation; member
Dieee802_11_shared.c949 if (sta->vht_operation) { in get_tx_parameters()
950 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters()
Dsta_info.c332 os_free(sta->vht_operation); in ap_free_sta()
Dieee802_11.c2846 resp = copy_sta_vht_oper(hapd, sta, elems.vht_operation); in check_assoc_ies()
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.h56 const u8 *vht_operation; member
Dieee802_11_common.c421 elems->vht_operation = pos; in ieee802_11_parse_elems()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_mpm.c724 copy_sta_vht_oper(data, sta, elems->vht_operation); in mesh_mpm_add_peer()