OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:olbc
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_list.c
310
if (!iface->
olbc
&&
312
iface->
olbc
= 1;
313
wpa_printf(MSG_DEBUG, "
OLBC
AP detected: " MACSTR " - enable "
322
wpa_printf(MSG_DEBUG, "
OLBC
HT AP detected: " MACSTR
356
if (iface->
olbc
|| iface->olbc_ht) {
357
int
olbc
= 0;
local
361
while (ap && (
olbc
== 0 || olbc_ht == 0)) {
363
olbc
= 1;
368
if (!
olbc
&& iface->
olbc
) {
[
all
...]
hostapd.h
213
int
olbc
; /* Overlapping Legacy BSS Condition */
member in struct:hostapd_iface
Completed in 36 milliseconds