Searched refs:ht_operation (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_common.h35 const u8 *ht_operation; member in struct:ieee802_11_elems
H A Dieee802_11_common.c259 elems->ht_operation = pos;
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_common.h35 const u8 *ht_operation; member in struct:ieee802_11_elems
H A Dieee802_11_common.c259 elems->ht_operation = pos;
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_common.h35 const u8 *ht_operation; member in struct:ieee802_11_elems
H A Dieee802_11_common.c259 elems->ht_operation = pos;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dap_list.c203 else if (elems->ht_operation && elems->ht_operation_len >= 1)
204 ap->channel = elems->ht_operation[0];
H A Dhw_features.c271 if (elems.ht_operation &&
273 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
/external/wpa_supplicant_8/src/ap/
H A Dap_list.c203 else if (elems->ht_operation && elems->ht_operation_len >= 1)
204 ap->channel = elems->ht_operation[0];
H A Dhw_features.c271 if (elems.ht_operation &&
273 oper = (struct ieee80211_ht_operation *) elems.ht_operation;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dap_list.c203 else if (elems->ht_operation && elems->ht_operation_len >= 1)
204 ap->channel = elems->ht_operation[0];
H A Dhw_features.c271 if (elems.ht_operation &&
273 oper = (struct ieee80211_ht_operation *) elems.ht_operation;

Completed in 83 milliseconds