Home
last modified time | relevance | path

Searched refs:rtw_phl_role_is_client_category (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_role.h61 bool rtw_phl_role_is_client_category(struct rtw_wifi_role_t *wrole);
H A Dphl_role.c1187 bool rtw_phl_role_is_client_category(struct rtw_wifi_role_t *wrole) in rtw_phl_role_is_client_category() function
H A Dphl_cmd_ps.c157 if (rtw_phl_role_is_client_category(wrole) && wrole->mstate == MLME_LINKED) { in _chk_bcn_offset_changed()
H A Dphl_sta.c2358 if (rtw_phl_role_is_client_category(wrole) && wrole->mstate == MLME_LINKED) { in phl_bcn_watchdog()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_util.h121 #define rtw_phl_role_is_client_category(_wrole) (rtw_phl_is_client_category(_wrole->type)) macro
H A Dphl_cmd_ps.c178 if (rtw_phl_role_is_client_category(wrole) && wrole->mstate == MLME_LINKED) { in _chk_bcn_offset_changed()
H A Dphl_sta.c2394 if (rtw_phl_role_is_client_category(wrole) && wrole->mstate == MLME_LINKED) { in phl_bcn_watchdog()