OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE80211_F_PUREG
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/net80211/
ieee80211_var.h
228
#define
IEEE80211_F_PUREG
0x00000020 /* CONF: 11g w/o 11b sta's */
ieee80211_ioctl.c
1567
ireq->i_val = (ic->ic_flags &
IEEE80211_F_PUREG
) != 0;
2474
ic->ic_flags |=
IEEE80211_F_PUREG
;
2476
ic->ic_flags &= ~
IEEE80211_F_PUREG
;
ieee80211_input.c
2716
((ic->ic_flags &
IEEE80211_F_PUREG
) && rate < 48)) {
Completed in 15 milliseconds
Indexes created Tue Oct 21 19:09:51 GMT 2025