Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dinit.c577 u8 sta_auth = wl->conf.conn.sta_sleep_auth; in wl1271_init_vif_specific() local
579 if (sta_auth != WL1271_PSM_ILLEGAL) in wl1271_init_vif_specific()
580 ret = wl1271_acx_sleep_auth(wl, sta_auth); in wl1271_init_vif_specific()
Dmain.c2753 u8 sta_auth = wl->conf.conn.sta_sleep_auth; in __wl1271_op_remove_interface() local
2755 if (sta_auth != WL1271_PSM_ILLEGAL) in __wl1271_op_remove_interface()
2756 wl1271_acx_sleep_auth(wl, sta_auth); in __wl1271_op_remove_interface()