OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WLAN_STA_NONERP
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/wpa/dist/src/ap/
sta_info.h
50
#define
WLAN_STA_NONERP
BIT(31)
sta_info.c
1735
(flags &
WLAN_STA_NONERP
? "[NonERP]" : ""),
ieee802_11.c
5594
sta->flags |=
WLAN_STA_NONERP
;
5597
sta->flags &= ~
WLAN_STA_NONERP
;
5601
if (sta->flags &
WLAN_STA_NONERP
&& !sta->nonerp_set) {
Completed in 19 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026