HomeSort by: relevance | last modified time | path
    Searched refs:vht_operation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
ieee802_11_vht.c 216 os_free(sta->vht_operation);
217 sta->vht_operation = NULL;
221 if (!sta->vht_operation) {
222 sta->vht_operation =
224 if (!sta->vht_operation)
228 os_memcpy(sta->vht_operation, vht_oper,
sta_info.h 206 struct ieee80211_vht_operation *vht_operation; member in struct:sta_info
ieee802_11_shared.c 1040 if (sta->vht_operation) {
1041 struct ieee80211_vht_operation *oper = sta->vht_operation;
sta_info.c 414 os_free(sta->vht_operation);
  /src/external/bsd/wpa/dist/src/common/
ieee802_11_common.h 63 const u8 *vht_operation; member in struct:ieee802_11_elems
ieee802_11_common.c 546 elems->vht_operation = pos;
785 elems->vht_operation = NULL;
  /src/external/bsd/wpa/dist/wpa_supplicant/
mesh_mpm.c 780 copy_sta_vht_oper(data, sta, elems->vht_operation);

Completed in 20 milliseconds