OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:olbc
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/ap/
ap_list.c
223
if (!iface->
olbc
&&
225
iface->
olbc
= 1;
226
wpa_printf(MSG_DEBUG, "
OLBC
AP detected: " MACSTR
240
wpa_printf(MSG_DEBUG, "
OLBC
HT AP detected: " MACSTR
275
if (iface->
olbc
|| iface->olbc_ht) {
276
int
olbc
= 0;
local
280
while (ap && (
olbc
== 0 || olbc_ht == 0)) {
282
olbc
= 1;
287
if (!
olbc
&& iface->
olbc
) {
[
all
...]
hostapd.h
294
int
olbc
; /* Overlapping Legacy BSS Condition */
member in struct:hostapd_iface
beacon.c
49
if (hapd->iface->
olbc
)
Completed in 174 milliseconds