Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_ap.c1760 if (!psta->no_short_slot_time_set) { in bss_cap_update_on_sta_join()
1761 psta->no_short_slot_time_set = 1; in bss_cap_update_on_sta_join()
1772 if (psta->no_short_slot_time_set) { in bss_cap_update_on_sta_join()
1773 psta->no_short_slot_time_set = 0; in bss_cap_update_on_sta_join()
1851 if (psta->no_short_slot_time_set) { in bss_cap_update_on_sta_leave()
1852 psta->no_short_slot_time_set = 0; in bss_cap_update_on_sta_leave()
H A Drtw_sta_mgt.c41 psta->no_short_slot_time_set = 0; in _rtw_init_stainfo()
/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h163 u8 no_short_slot_time_set; member
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c918 (psta->no_short_slot_time_set << 1) | in rtw_ioctl_get_sta_data()