Home
last modified time | relevance | path

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

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