OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLAN_STA_WMM
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_8/src/ap/
wmm.c
267
(sta->flags & (WLAN_STA_ASSOC |
WLAN_STA_WMM
)) !=
268
(WLAN_STA_ASSOC |
WLAN_STA_WMM
)) {
sta_info.h
27
#define
WLAN_STA_WMM
BIT(9)
76
u8 qosinfo; /* Valid when
WLAN_STA_WMM
is set */
ieee802_11_ht.c
344
!(sta->flags &
WLAN_STA_WMM
) || hapd->conf->disable_11n) {
sta_info.c
460
sta->flags &
WLAN_STA_WMM
);
[
all
...]
ap_drv_ops.c
30
if (flags &
WLAN_STA_WMM
)
ieee802_11.c
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
mesh_mpm.c
660
sta->flags |=
WLAN_STA_WMM
;
Completed in 1882 milliseconds