Home
last modified time | relevance | path

Searched refs:cont_auth (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/net/mac80211/
Dmlme.c5321 bool cont_auth; in ieee80211_mgd_auth() local
5383 cont_auth = ifmgd->auth_data && req->bss == ifmgd->auth_data->bss; in ieee80211_mgd_auth()
5402 if (cont_auth && req->auth_type == NL80211_AUTHTYPE_SAE) { in ieee80211_mgd_auth()
5406 ieee80211_destroy_auth_data(sdata, cont_auth); in ieee80211_mgd_auth()
5417 if (cont_auth && req->auth_type == NL80211_AUTHTYPE_SAE && in ieee80211_mgd_auth()
5438 err = ieee80211_prep_connection(sdata, req->bss, cont_auth, false); in ieee80211_mgd_auth()