Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/include/
Drtw_cmd.h588 extern u8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool e…
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c166 rtw_setstakey_cmd(padapter, psta, true, true); in wpa_set_encryption()
Dioctl_cfg80211.c797 rtw_setstakey_cmd(padapter, psta, true, true); in rtw_cfg80211_set_encryption()
/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_ap.c2067 rtw_setstakey_cmd(padapter, psta, true, false); in rtw_ap_restore_network()
Drtw_cmd.c864 u8 rtw_setstakey_cmd(struct adapter *padapter, struct sta_info *sta, u8 unicast_key, bool enqueue) in rtw_setstakey_cmd() function