Lines Matching defs:conf

227 	if (wpa_auth->conf.wpa_gmk_rekey) {
228 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
248 if (wpa_auth->conf.wpa_group_rekey) {
249 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey,
323 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group);
362 * @conf: Configuration for WPA authenticator
367 struct wpa_auth_config *conf,
376 os_memcpy(&wpa_auth->conf, conf, sizeof(*conf));
412 if (wpa_auth->conf.wpa_gmk_rekey) {
413 eloop_register_timeout(wpa_auth->conf.wpa_gmk_rekey, 0,
417 if (wpa_auth->conf.wpa_group_rekey) {
418 eloop_register_timeout(wpa_auth->conf.wpa_group_rekey, 0,
478 * @conf: Configuration for WPA authenticator
481 struct wpa_auth_config *conf)
487 os_memcpy(&wpa_auth->conf, conf, sizeof(*conf));
498 group->GTK_len = wpa_cipher_key_len(wpa_auth->conf.wpa_group);
528 if (wpa_auth == NULL || !wpa_auth->conf.wpa || sm == NULL)
591 if (sm->wpa_auth->conf.wpa_strict_rekey && sm->has_GTK) {
681 os_memcmp(wpa_auth->conf.mobility_domain, mdie->mobility_domain,
713 if (group && wpa_auth->conf.wpa_group != WPA_CIPHER_TKIP) {
752 if (wpa_auth == NULL || !wpa_auth->conf.wpa || sm == NULL)
1015 if (!wpa_auth->conf.peerkey) {
1260 hdr->version = wpa_auth->conf.eapol_version;
1274 alg = pairwise ? sm->pairwise : wpa_auth->conf.wpa_group;
1375 if (ctr == 1 && wpa_auth->conf.tx_status)
1857 if (sm->wpa_auth->conf.disable_gtk) {
1914 (sm->wpa_auth->conf.wpa & WPA_PROTO_RSN) &&
1927 if (sm->wpa_auth->conf.disable_gtk) {
2002 struct wpa_auth_config *conf;
2004 conf = &sm->wpa_auth->conf;
2005 res = wpa_write_ftie(conf, conf->r0_key_holder,
2006 conf->r0_key_holder_len,
2021 WPA_PUT_LE32(pos, conf->reassociation_deadline);
2028 WPA_PUT_LE32(pos, conf->r0_key_lifetime * 60);
2057 if (sm->wpa_auth->conf.wpa_ptk_rekey) {
2059 eloop_register_timeout(sm->wpa_auth->conf.
2247 if (sm->wpa_auth->conf.disable_gtk) {
2356 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION) {
2549 wpa_cipher_to_alg(wpa_auth->conf.wpa_group),
2555 if (wpa_auth->conf.ieee80211w != NO_MGMT_FRAME_PROTECTION &&
2712 wpa_bool_txt(wpa_auth->conf.wpa & WPA_PROTO_RSN),
2713 wpa_bool_txt(wpa_auth->conf.rsn_preauth));
2748 !!wpa_auth->conf.wpa_strict_rekey,
2751 wpa_cipher_key_len(wpa_auth->conf.wpa_group) * 8,
2906 sm->wpa_auth->conf.disable_pmksa_caching)