OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ht_cap
(Results
1 - 5
of
5
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_ht.c
243
struct ieee80211_ht_capabilities *
ht_cap
,
248
if (
ht_cap
== NULL)
250
os_memcpy(neg_ht_cap,
ht_cap
, sizeof(*neg_ht_cap));
ieee802_11.h
54
struct ieee80211_ht_capabilities *
ht_cap
,
ieee802_11.c
1857
struct ieee80211_
ht_cap
abilities
ht_cap
;
local
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
sme.c
949
u16
ht_cap
;
local
988
ht_cap
= (ie && (ie[1] == 26)) ? WPA_GET_LE16(ie + 2) : 0;
990
if (!
ht_cap
|| (
ht_cap
& HT_CAP_INFO_40MHZ_INTOLERANT)) {
999
if (
ht_cap
& HT_CAP_INFO_40MHZ_INTOLERANT)
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
2817
ht_cap
_ie_t
ht_cap
;
member in struct:dot11_ht_cap_ie
[
all
...]
Completed in 148 milliseconds