Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_vht.c216 os_free(sta->vht_operation); in copy_sta_vht_oper()
217 sta->vht_operation = NULL; in copy_sta_vht_oper()
221 if (!sta->vht_operation) { in copy_sta_vht_oper()
222 sta->vht_operation = in copy_sta_vht_oper()
224 if (!sta->vht_operation) in copy_sta_vht_oper()
228 os_memcpy(sta->vht_operation, vht_oper, in copy_sta_vht_oper()
H A Dsta_info.h206 struct ieee80211_vht_operation *vht_operation; member
H A Dieee802_11_shared.c1040 if (sta->vht_operation) { in get_tx_parameters()
1041 struct ieee80211_vht_operation *oper = sta->vht_operation; in get_tx_parameters()
H A Dsta_info.c414 os_free(sta->vht_operation); in ap_free_sta()
/freebsd/contrib/wpa/src/common/
H A Dieee802_11_common.h63 const u8 *vht_operation; member
H A Dieee802_11_common.c546 elems->vht_operation = pos; in __ieee802_11_parse_elems()
785 elems->vht_operation = NULL; in ieee802_11_elems_clear_ids()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c780 copy_sta_vht_oper(data, sta, elems->vht_operation); in mesh_mpm_add_peer()