Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/wireless/cisco/
Dairo.c6302 __le16 currentAuthType = local->config.authType; in airo_set_encode() local
6385 if (local->config.authType != currentAuthType) in airo_set_encode()
6459 __le16 currentAuthType = local->config.authType; in airo_set_encodeext() local
6545 if (local->config.authType != currentAuthType) in airo_set_encodeext()
6630 __le16 currentAuthType = local->config.authType; in airo_set_auth() local
6647 if (currentAuthType == AUTH_OPEN) in airo_set_auth()
6654 if (local->config.authType != currentAuthType) in airo_set_auth()
6671 if (local->config.authType != currentAuthType) in airo_set_auth()
6699 __le16 currentAuthType = local->config.authType; in airo_get_auth() local
6703 switch (currentAuthType) { in airo_get_auth()
[all …]