Searched defs:rspec (Results 1 – 5 of 5) sorted by relevance
68 #define RSPEC_HE_LTF_GI(rspec) (((rspec) & WL_RSPEC_HE_GI_MASK) >> WL_RSPEC_HE_GI_SHIFT) argument73 #define RSPEC_ISHEGI(rspec) (RSPEC_HE_LTF_GI(rspec) > WL_RSPEC_HE_1x_LTF_GI_0_8us) argument126 #define RSPEC_BW(rspec) ((rspec) & WL_RSPEC_BW_MASK) argument127 #define RSPEC_IS20MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_20MHZ) argument128 #define RSPEC_IS40MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_40MHZ) argument129 #define RSPEC_IS80MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_80MHZ) argument130 #define RSPEC_IS160MHZ(rspec) (RSPEC_BW(rspec) == WL_RSPEC_BW_160MHZ) argument132 #define RSPEC_ISSGI(rspec) (((rspec) & WL_RSPEC_SGI) != 0) argument133 #define RSPEC_ISLDPC(rspec) (((rspec) & WL_RSPEC_LDPC) != 0) argument134 #define RSPEC_ISSTBC(rspec) (((rspec) & WL_RSPEC_STBC) != 0) argument[all …]
395 rate_rspec2rate(uint32 rspec) in rate_rspec2rate()2236 uint32 rspec = 0; in dhd_rtt_start() local2614 dhd_rtt_convert_rate_to_host(uint32 rspec) in dhd_rtt_convert_rate_to_host()
3908 uint32 rspec; in wl_android_get_link_status() local
4313 uint32 rspec; in dhd_prot_print_metadata() member
6318 uint32 rspec; member16618 int32 rspec; member