Searched refs:NDIS_802_11_LENGTH_RATES_EX (Results 1 – 5 of 5) sorted by relevance
16 #define NDIS_802_11_LENGTH_RATES_EX 16 macro 20 typedef unsigned char NDIS_802_11_RATES_EX[NDIS_802_11_LENGTH_RATES_EX]; /* Set of 16 data rates */
815 u8 channel, network_type, supportRate[NDIS_802_11_LENGTH_RATES_EX]; in rtw_check_beacon_data() 881 memset(supportRate, 0, NDIS_802_11_LENGTH_RATES_EX); in rtw_check_beacon_data()
254 memset(supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); in rtw_set_supported_rate()
2912 for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { in issue_assocreq() 2918 for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { in issue_assocreq() 3980 memset(bssid->supported_rates, 0, NDIS_802_11_LENGTH_RATES_EX); in collect_bss_info() 3986 if (len > NDIS_802_11_LENGTH_RATES_EX) in collect_bss_info() 3995 if (len > (NDIS_802_11_LENGTH_RATES_EX-i)) in collect_bss_info()
190 for (i = 0; i < NDIS_802_11_LENGTH_RATES_EX; i++) { in UpdateBrateTbl()