Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/core/
H A 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()
H A Drtw_sta_mgt.c42 psta->no_short_slot_time_set = 0; in _rtw_init_stainfo()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Dsta_info.h163 u8 no_short_slot_time_set; member
/openbmc/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_linux.c919 (psta->no_short_slot_time_set << 1) | in rtw_ioctl_get_sta_data()