Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/
Dairo.c6320 __le16 currentAuthType = local->config.authType; in airo_set_encode() local
6403 if (local->config.authType != currentAuthType) in airo_set_encode()
6477 __le16 currentAuthType = local->config.authType; in airo_set_encodeext() local
6563 if (local->config.authType != currentAuthType) in airo_set_encodeext()
6648 __le16 currentAuthType = local->config.authType; in airo_set_auth() local
6665 if (currentAuthType == AUTH_OPEN) in airo_set_auth()
6672 if (local->config.authType != currentAuthType) in airo_set_auth()
6689 if (local->config.authType != currentAuthType) in airo_set_auth()
6717 __le16 currentAuthType = local->config.authType; in airo_get_auth() local
6721 switch (currentAuthType) { in airo_get_auth()
[all …]