Home
last modified time | relevance | path

Searched refs:vht_operation (Results 1 - 14 of 14) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_vht.c202 os_free(sta->vht_operation); in copy_sta_vht_oper()
203 sta->vht_operation = NULL; in copy_sta_vht_oper()
207 if (!sta->vht_operation) { in copy_sta_vht_oper()
208 sta->vht_operation = in copy_sta_vht_oper()
210 if (!sta->vht_operation) in copy_sta_vht_oper()
214 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
H A Dsta_info.h211 struct ieee80211_vht_operation *vht_operation; member
H A Dieee802_11_shared.c994 if (sta->vht_operation) { in get_tx_parameters()
995 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters()
H A Dsta_info.c370 os_free(sta->vht_operation); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A 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()
H A Dsta_info.h169 struct ieee80211_vht_operation *vht_operation; member
H A 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()
H A Dsta_info.c332 os_free(sta->vht_operation); in ap_free_sta()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dieee802_11_common.h56 const u8 *vht_operation; member
H A Dieee802_11_common.c425 elems->vht_operation = pos; in ieee802_11_parse_elems()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dieee802_11_common.h82 const u8 *vht_operation; member
H A Dieee802_11_common.c615 elems->vht_operation = pos; in ieee802_11_parse_elems()
3199 (struct ieee80211_vht_operation_info *) elements->vht_operation; in get_oh_oper_channel_width()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dmesh_mpm.c749 copy_sta_vht_oper(data, sta, elems->vht_operation); in mesh_mpm_add_peer()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dmesh_mpm.c761 copy_sta_vht_oper(data, sta, elems->vht_operation); in mesh_mpm_add_peer()

Completed in 21 milliseconds