Searched defs:iconf (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h100 struct hostapd_config *iconf; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h100 struct hostapd_config *iconf; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbeacon.c66 hapd->iconf->preamble == LONG_PREAMBLE)
77 *eid++ = hapd->iconf->channel;
124 if (!hapd->iconf->ieee80211h &&
125 hapd->iconf->local_pwr_constraint == -1)
136 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
147 if (hapd->iconf->local_pwr_constraint == -1)
168 *pos++ = hapd->iconf->local_pwr_constraint;
202 if (!hapd->iconf->ieee80211d || max_len < 6 ||
208 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
367 host_to_le16(hapd->iconf
960 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c30 struct hostapd_config *iconf,
93 iconf->corrupt_gtk_rekey_mic_probability;
537 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
611 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
29 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h100 struct hostapd_config *iconf; member in struct:hostapd_data

Completed in 96 milliseconds