Searched refs:hide_ssid (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.h135 enum TruthValue hide_ssid; member in struct:wlan_iface
H A Dwlan_sys.c1414 wif->hide_ssid = TruthValue_false;
1416 wif->hide_ssid = TruthValue_true;
H A Dwlan_snmp.c600 ctx->scratch->int1 = wif->hide_ssid;
793 val->v.integer = wif->hide_ssid;
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver.h1155 enum hide_ssid { enum
1255 * hide_ssid - Whether to hide the SSID
1257 enum hide_ssid hide_ssid; member in struct:wpa_driver_ap_params
/freebsd-12-stable/contrib/wpa/src/ap/
H A Dbeacon.c1324 params->hide_ssid = NO_SSID_HIDING;
1327 params->hide_ssid = HIDDEN_SSID_ZERO_LEN;
1330 params->hide_ssid = HIDDEN_SSID_ZERO_CONTENTS;

Completed in 203 milliseconds