Lines Matching refs:conf
156 privacy = hapd->conf->ssid.wep.keys_set;
158 if (hapd->conf->ieee802_1x &&
159 (hapd->conf->default_wep_key_len ||
160 hapd->conf->individual_wep_key_len))
163 if (hapd->conf->wpa)
167 if (hapd->conf->osen)
190 if (hapd->conf->radio_measurements)
343 if (hapd->conf->ssid.wpa_passphrase == NULL) {
350 (u8 *) hapd->conf->ssid.wpa_passphrase,
351 os_strlen(hapd->conf->ssid.wpa_passphrase),
429 if (hapd->conf->sae_anti_clogging_threshold == 0)
439 if (open >= hapd->conf->sae_anti_clogging_threshold)
548 if (!(hapd->conf->mesh & MESH_ENABLED))
596 if (hapd->conf->mesh & MESH_ENABLED) {
637 } else if (hapd->conf->mesh & MESH_ENABLED) {
758 if ((hapd->conf->mesh & MESH_ENABLED) &&
770 hapd->conf->sae_groups,
814 &token_len, hapd->conf->sae_groups);
840 if (hapd->conf->mesh & MESH_ENABLED)
854 !(hapd->conf->mesh & MESH_ENABLED)) {
996 if (!(((hapd->conf->auth_algs & WPA_AUTH_ALG_OPEN) &&
999 (hapd->conf->wpa && wpa_key_mgmt_ft(hapd->conf->wpa_key_mgmt) &&
1003 (hapd->conf->wpa && wpa_key_mgmt_sae(hapd->conf->wpa_key_mgmt) &&
1006 ((hapd->conf->auth_algs & WPA_AUTH_ALG_SHARED) &&
1029 if (hapd->conf->no_auth_if_seen_on) {
1033 hapd->conf->no_auth_if_seen_on);
1041 hapd->conf->iface, MAC2STR(mgmt->sa),
1042 hapd->conf->no_auth_if_seen_on);
1119 if ((hapd->conf->mesh & MESH_ENABLED) &&
1129 if (hapd->conf->mesh & MESH_ENABLED) {
1156 !hostapd_vlan_valid(hapd->conf->vlan, &vlan_id)) {
1174 if (hapd->conf->wpa_psk_radius != PSK_RADIUS_IGNORED) {
1189 if (hapd->conf->acct_interim_interval == 0 && acct_interim_interval)
1210 !(hapd->conf->mesh & MESH_ENABLED) &&
1285 hapd->conf->mesh & MESH_ENABLED) {
1360 if (ssid_ie_len != hapd->conf->ssid.ssid_len ||
1361 os_memcmp(ssid_ie, hapd->conf->ssid.ssid, ssid_ie_len) != 0) {
1378 if (wmm_ie && hapd->conf->wmm_enabled) {
1505 if (hapd->conf->vendor_vht && !elems.vht_capabilities) {
1526 if ((hapd->conf->wpa & WPA_PROTO_RSN) && elems.rsn_ie) {
1529 } else if ((hapd->conf->wpa & WPA_PROTO_WPA) &&
1540 if (hapd->conf->wps_state && elems.wps_ie) {
1558 } else if (hapd->conf->wps_state && wpa_ie == NULL) {
1564 if (hapd->conf->wpa && wpa_ie == NULL) {
1571 if (hapd->conf->wpa && wpa_ie) {
1685 } else if (hapd->conf->osen) {
1734 if (hapd->conf->mbo_enabled && (hapd->conf->wpa & 2) &&
1736 hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) {
1879 if (hapd->iconf->ieee80211ac && !hapd->conf->disable_11ac) {
1899 if (hapd->conf->vendor_vht && (sta->flags & WLAN_STA_VENDOR_VHT))
1908 ((sta->flags & WLAN_STA_MAYBE_WPS) && hapd->conf->wpa)) {
1944 if (hapd->conf->p2p & P2P_MANAGE)
2074 if (listen_interval > hapd->conf->max_listen_interval) {
2084 if (hapd->conf->mbo_enabled && hapd->mbo_assoc_disallow) {
2548 !((hapd->conf->p2p & P2P_GROUP_OWNER) &&
2552 !(hapd->conf->mesh & MESH_ENABLED) &&
2673 struct hostapd_ssid *ssid = &hapd->conf->ssid;
2675 if (hapd->conf->ieee802_1x || hapd->conf->wpa)
2749 if ((!hapd->conf->ieee802_1x && !hapd->conf->wpa && !hapd->conf->osen) ||
3031 if (!hapd->conf->wds_sta)