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

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11_vht.c364 os_free(sta->vht_operation);
365 sta->vht_operation = NULL;
369 if (!sta->vht_operation) {
370 sta->vht_operation =
372 if (!sta->vht_operation)
376 os_memcpy(sta->vht_operation, vht_oper,
H A Dsta_info.h169 struct ieee80211_vht_operation *vht_operation; member in struct:sta_info
H A Dieee802_11_shared.c949 if (sta->vht_operation) {
950 struct ieee80211_vht_operation *oper = sta->vht_operation;
H A Dsta_info.c332 os_free(sta->vht_operation);
/freebsd-11-stable/contrib/wpa/src/common/
H A Dieee802_11_common.h56 const u8 *vht_operation; member in struct:ieee802_11_elems
H A Dieee802_11_common.c425 elems->vht_operation = pos;
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dmesh_mpm.c749 copy_sta_vht_oper(data, sta, elems->vht_operation);

Completed in 192 milliseconds