Searched refs:auth_conf (Results 1 – 1 of 1) sorted by relevance
45 struct wpa_auth_config *auth_conf; in hostap_init() local64 auth_conf = (struct wpa_auth_config *)os_zalloc(sizeof(struct wpa_auth_config)); in hostap_init()66 if (auth_conf == NULL) { in hostap_init()71 auth_conf->sae_pwe = hapd->conf->sae_pwe; in hostap_init()75 auth_conf->wpa = WPA_PROTO_WPA; in hostap_init()78 auth_conf->wpa = WPA_PROTO_RSN; in hostap_init()81 auth_conf->wpa = WPA_PROTO_RSN | WPA_PROTO_WPA; in hostap_init()84 auth_conf->wpa = WPA_PROTO_RSN; in hostap_init()90 if((auth_conf->wpa & WPA_PROTO_RSN) == WPA_PROTO_RSN) in hostap_init()100 if (auth_conf->wpa == WPA_PROTO_WPA && pairwise_cipher == WIFI_CIPHER_TYPE_CCMP) { in hostap_init()[all …]