Lines Matching refs:auth_mode
589 u32 auth_mode = mode; in ndis_set_auth_mode() local
591 (char *) &auth_mode, sizeof(auth_mode)) < 0) { in ndis_set_auth_mode()
594 (int) auth_mode); in ndis_set_auth_mode()
603 u32 auth_mode; in ndis_get_auth_mode() local
606 (char *) &auth_mode, sizeof(auth_mode)); in ndis_get_auth_mode()
607 if (res != sizeof(auth_mode)) { in ndis_get_auth_mode()
612 return auth_mode; in ndis_get_auth_mode()
1053 u32 auth_mode, encr, priv_mode, mode; in wpa_driver_ndis_associate() local
1097 auth_mode = Ndis802_11AuthModeAutoSwitch; in wpa_driver_ndis_associate()
1099 auth_mode = Ndis802_11AuthModeShared; in wpa_driver_ndis_associate()
1101 auth_mode = Ndis802_11AuthModeOpen; in wpa_driver_ndis_associate()
1106 auth_mode = Ndis802_11AuthModeWPA2PSK; in wpa_driver_ndis_associate()
1108 auth_mode = Ndis802_11AuthModeWPA2; in wpa_driver_ndis_associate()
1111 auth_mode = Ndis802_11AuthModeOpen; in wpa_driver_ndis_associate()
1133 auth_mode = Ndis802_11AuthModeWPANone; in wpa_driver_ndis_associate()
1135 auth_mode = Ndis802_11AuthModeWPAPSK; in wpa_driver_ndis_associate()
1137 auth_mode = Ndis802_11AuthModeWPA; in wpa_driver_ndis_associate()
1184 ndis_set_auth_mode(drv, auth_mode); in wpa_driver_ndis_associate()