Home
last modified time | relevance | path

Searched refs:attribute_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mbo.c133 u8 attribute_len = 0; in rtw_mbo_ie_handler() local
145 attribute_len = *(p + 1); in rtw_mbo_ie_handler()
146 total_len += attribute_len; in rtw_mbo_ie_handler()
152 if(attribute_len == 1){ in rtw_mbo_ie_handler()
159 if(attribute_len == 1){ in rtw_mbo_ie_handler()
166 rtw_mbo_fill_non_prefer_channel_list(padapter, mbopriv, p + 2, attribute_len); in rtw_mbo_ie_handler()
178 p += (attribute_len + 2); in rtw_mbo_ie_handler()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mbo.c133 u8 attribute_len = 0; in rtw_mbo_ie_handler() local
145 attribute_len = *(p + 1); in rtw_mbo_ie_handler()
146 total_len += attribute_len; in rtw_mbo_ie_handler()
152 if(attribute_len == 1){ in rtw_mbo_ie_handler()
159 if(attribute_len == 1){ in rtw_mbo_ie_handler()
166 rtw_mbo_fill_non_prefer_channel_list(padapter, mbopriv, p + 2, attribute_len); in rtw_mbo_ie_handler()
178 p += (attribute_len + 2); in rtw_mbo_ie_handler()