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
288
if (!iface->
olbc
&&
290
iface->
olbc
= 1;
291
wpa_printf(MSG_DEBUG, "
OLBC
AP detected: " MACSTR " - enable "
300
wpa_printf(MSG_DEBUG, "
OLBC
HT AP detected: " MACSTR
334
if (iface->
olbc
|| iface->olbc_ht) {
335
int
olbc
= 0;
local
339
while (ap && (
olbc
== 0 || olbc_ht == 0)) {
341
olbc
= 1;
346
if (!
olbc
&& iface->
olbc
) {
[
all
...]
hostapd.h
240
int
olbc
; /* Overlapping Legacy BSS Condition */
member in struct:hostapd_iface
Completed in 54 milliseconds