OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vht_cap
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11_vht.c
117
const struct ieee80211_vht_capabilities *
vht_cap
;
local
133
vht_cap
= (const struct ieee80211_vht_capabilities *) sta_vht_capab;
136
sta_rx_mcs_set = le_to_host16(
vht_cap
->vht_supported_mcs_set.rx_map);
423
struct ieee80211_vht_capabilities *
vht_cap
,
428
if (
vht_cap
== NULL)
430
os_memcpy(neg_vht_cap,
vht_cap
, sizeof(*neg_vht_cap));
ieee802_11.c
1776
struct ieee80211_
vht_cap
abilities
vht_cap
;
local
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
216
uint8
vht_cap
; /* BSS is vht capable */
member in struct:wl_bss_info
[
all
...]
Completed in 144 milliseconds