Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/wpa/src/ap/
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()
Dsta_info.h211 struct ieee80211_vht_operation *vht_operation; member
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()
Dsta_info.c358 os_free(sta->vht_operation); in ap_free_sta()
/freebsd-12-stable/contrib/wpa/src/common/
Dieee802_11_common.h73 const u8 *vht_operation; member
Dieee802_11_common.c488 elems->vht_operation = pos; in ieee802_11_parse_elems()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
Dmesh_mpm.c752 copy_sta_vht_oper(data, sta, elems->vht_operation); in mesh_mpm_add_peer()