Home
last modified time | relevance | path

Searched refs:no_short_slot_time_set (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_ap.c1761 if (!psta->no_short_slot_time_set) { in bss_cap_update_on_sta_join()
1762 psta->no_short_slot_time_set = 1; in bss_cap_update_on_sta_join()
1773 if (psta->no_short_slot_time_set) { in bss_cap_update_on_sta_join()
1774 psta->no_short_slot_time_set = 0; in bss_cap_update_on_sta_join()
1852 if (psta->no_short_slot_time_set) { in bss_cap_update_on_sta_leave()
1853 psta->no_short_slot_time_set = 0; in bss_cap_update_on_sta_leave()
Drtw_sta_mgt.c42 psta->no_short_slot_time_set = 0; in _rtw_init_stainfo()
/Linux-v6.6/drivers/staging/rtl8723bs/include/
Dsta_info.h163 u8 no_short_slot_time_set; member
/Linux-v6.6/drivers/staging/rtl8723bs/os_dep/
Dioctl_linux.c919 (psta->no_short_slot_time_set << 1) | in rtw_ioctl_get_sta_data()