Lines Matching refs:conf
24 u8 conf; in hostapd_eid_hs20_indication() local
25 if (!hapd->conf->hs20) in hostapd_eid_hs20_indication()
28 *eid++ = hapd->conf->hs20_release < 2 ? 5 : 7; in hostapd_eid_hs20_indication()
32 conf = (hapd->conf->hs20_release - 1) << 4; /* Release Number */ in hostapd_eid_hs20_indication()
33 if (hapd->conf->hs20_release >= 2) in hostapd_eid_hs20_indication()
34 conf |= HS20_ANQP_DOMAIN_ID_PRESENT; in hostapd_eid_hs20_indication()
35 if (hapd->conf->disable_dgaf) in hostapd_eid_hs20_indication()
36 conf |= HS20_DGAF_DISABLED; in hostapd_eid_hs20_indication()
37 *eid++ = conf; in hostapd_eid_hs20_indication()
38 if (hapd->conf->hs20_release >= 2) { in hostapd_eid_hs20_indication()
39 WPA_PUT_LE16(eid, hapd->conf->anqp_domain_id); in hostapd_eid_hs20_indication()
52 if (!hapd->conf->osen) in hostapd_eid_osen()
79 if (hapd->conf->wmm_enabled) { in hostapd_eid_osen()
83 if (hapd->conf->ieee80211w != NO_MGMT_FRAME_PROTECTION) { in hostapd_eid_osen()
85 if (hapd->conf->ieee80211w == MGMT_FRAME_PROTECTION_REQUIRED) in hostapd_eid_osen()
89 if (hapd->conf->ocv && in hostapd_eid_osen()