OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignore_broadcast_ssid
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/hostapd/
hostapd.conf
198
ignore_broadcast_ssid
=0
[
all
...]
config_file.c
1109
if (bss->wps_state && bss->
ignore_broadcast_ssid
) {
1110
wpa_printf(MSG_INFO, "WPS:
ignore_broadcast_ssid
"
[
all
...]
/external/wpa_supplicant_8/src/ap/
beacon.c
258
if (hapd->conf->
ignore_broadcast_ssid
&& elems.ssid_len == 0) {
444
if (hapd->conf->
ignore_broadcast_ssid
== 2) {
449
} else if (hapd->conf->
ignore_broadcast_ssid
) {
ap_config.h
275
int
ignore_broadcast_ssid
;
member in struct:hostapd_bss_config
Completed in 20 milliseconds