OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HS20_VERSION
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/wpa/dist/src/common/
ieee802_11_defs.h
1600
#ifndef
HS20_VERSION
1601
#define
HS20_VERSION
0x20 /* Release 3 */
1602
#endif /*
HS20_VERSION
*/
/src/external/bsd/wpa/dist/wpa_supplicant/
hs20_supplicant.c
110
release = (
HS20_VERSION
>> 4) + 1;
/src/external/bsd/wpa/dist/src/ap/
ap_config.c
157
bss->hs20_release = (
HS20_VERSION
>> 4) + 1;
/src/external/bsd/wpa/dist/hostapd/
config_file.c
4306
if (val < 1 || val > (
HS20_VERSION
>> 4) + 1) {
Completed in 31 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026