HomeSort by relevance Sort by last modified time
    Searched defs:iconf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/ap/
beacon.c 66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
120 if (!hapd->iconf->ieee80211h &&
121 hapd->iconf->local_pwr_constraint == -1)
132 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
143 if (hapd->iconf->local_pwr_constraint == -1)
164 *pos++ = hapd->iconf->local_pwr_constraint;
198 if (!hapd->iconf->ieee80211d || max_len < 6 ||
204 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
363 host_to_le16(hapd->iconf->beacon_int)
956 struct hostapd_config *iconf = iface->conf; local
    [all...]
hostapd.h 100 struct hostapd_config *iconf; member in struct:hostapd_data

Completed in 47 milliseconds