Searched refs:ht_capabilities_ie (Results 1 – 1 of 1) sorted by relevance
1833 ht_capabilities_ie_t *ht_capabilities_ie = NULL; in whd_wifi_scan_events_handler() local2133 … ht_capabilities_ie = (ht_capabilities_ie_t *)whd_parse_tlvs(cp, len, DOT11_IE_ID_HT_CAPABILITIES); in whd_wifi_scan_events_handler()2134 …if ( (ht_capabilities_ie != NULL) && (ht_capabilities_ie->tlv_header.length == HT_CAPABILITIES_IE_… in whd_wifi_scan_events_handler()2138 …(ht_capabilities_ie->ht_capabilities_info & HT_CAPABILITIES_INFO_SUPPORTED_CHANNEL_WIDTH_SET) != 0… in whd_wifi_scan_events_handler()2140 …{ (ht_capabilities_ie->ht_capabilities_info & HT_CAPABILITIES_INFO_SHORT_GI_FOR_20MHZ) != 0 ? 1 : … in whd_wifi_scan_events_handler()2141 …(ht_capabilities_ie->ht_capabilities_info & HT_CAPABILITIES_INFO_SHORT_GI_FOR_40MHZ) != 0 ? 1 : 0 … in whd_wifi_scan_events_handler()2146 if ( (ht_capabilities_ie->rx_mcs[a / 8] & (1 << (a % 8) ) ) != 0 ) in whd_wifi_scan_events_handler()