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

/external/wpa_supplicant_8/hostapd/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dbeacon.c96 hapd->iconf->preamble == LONG_PREAMBLE)
107 *eid++ = hapd->iconf->channel;
154 if (!hapd->iconf->ieee80211h &&
155 hapd->iconf->local_pwr_constraint == -1)
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
177 if (hapd->iconf->local_pwr_constraint == -1)
198 *pos++ = hapd->iconf->local_pwr_constraint;
232 if (!hapd->iconf->ieee80211d || max_len < 6 ||
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
400 host_to_le16(hapd->iconf
1040 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c31 struct hostapd_config *iconf,
94 iconf->corrupt_gtk_rekey_mic_probability;
581 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
656 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
30 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h107 struct hostapd_config *iconf; member in struct:hostapd_data
/external/wpa_supplicant_8/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dbeacon.c96 hapd->iconf->preamble == LONG_PREAMBLE)
107 *eid++ = hapd->iconf->channel;
154 if (!hapd->iconf->ieee80211h &&
155 hapd->iconf->local_pwr_constraint == -1)
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
177 if (hapd->iconf->local_pwr_constraint == -1)
198 *pos++ = hapd->iconf->local_pwr_constraint;
232 if (!hapd->iconf->ieee80211d || max_len < 6 ||
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
400 host_to_le16(hapd->iconf
1040 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c31 struct hostapd_config *iconf,
94 iconf->corrupt_gtk_rekey_mic_probability;
581 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
656 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
30 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h107 struct hostapd_config *iconf; member in struct:hostapd_data
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dbss_load.c46 struct hostapd_config *iconf = hapd->iconf; local
49 if (!conf->bss_load_update_period || !iconf->beacon_int)
53 iconf->beacon_int;
H A Dbeacon.c96 hapd->iconf->preamble == LONG_PREAMBLE)
107 *eid++ = hapd->iconf->channel;
154 if (!hapd->iconf->ieee80211h &&
155 hapd->iconf->local_pwr_constraint == -1)
166 if (dfs == 0 && hapd->iconf->local_pwr_constraint == -1)
177 if (hapd->iconf->local_pwr_constraint == -1)
198 *pos++ = hapd->iconf->local_pwr_constraint;
232 if (!hapd->iconf->ieee80211d || max_len < 6 ||
238 os_memcpy(pos, hapd->iconf->country, 3); /* e.g., 'US ' */
400 host_to_le16(hapd->iconf
1040 struct hostapd_config *iconf = iface->conf; local
[all...]
H A Dwpa_auth_glue.c31 struct hostapd_config *iconf,
94 iconf->corrupt_gtk_rekey_mic_probability;
581 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &_conf);
656 hostapd_wpa_auth_conf(hapd->conf, hapd->iconf, &wpa_auth_conf);
30 hostapd_wpa_auth_conf(struct hostapd_bss_config *conf, struct hostapd_config *iconf, struct wpa_auth_config *wconf) argument
H A Dhostapd.h107 struct hostapd_config *iconf; member in struct:hostapd_data

Completed in 120 milliseconds