Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wireless/
Dray_cs.h29 int authentication_state; member
Dray_cs.c296 local->authentication_state = UNAUTHENTICATED; in ray_probe()
831 if (local->authentication_state == NEED_TO_AUTH) { in ray_dev_start_xmit()
834 local->authentication_state = AUTHENTICATED; in ray_dev_start_xmit()
2412 local->authentication_state = AWAITING_RESPONSE; in authenticate()
2434 local->authentication_state = NEED_TO_AUTH; in rx_authenticate()
2441 if (local->authentication_state == AWAITING_RESPONSE) { in rx_authenticate()
2448 local->authentication_state = in rx_authenticate()
2454 local->authentication_state = in rx_authenticate()
2509 local->authentication_state = UNAUTHENTICATED; in rx_deauthenticate()