Home
last modified time | relevance | path

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

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1824 whd_tlv8_header_t *cp; in whd_wifi_scan_events_handler() local
1976 cp = (whd_tlv8_header_t *)( ( (uint8_t *)bss_info ) + ie_offset ); in whd_wifi_scan_events_handler()
1980 record->ie_ptr = (uint8_t *)cp; in whd_wifi_scan_events_handler()
1991 rsnie = (rsn_ie_fixed_portion_t *)whd_parse_dot11_tlvs(cp, len, DOT11_IE_ID_RSN); in whd_wifi_scan_events_handler()
1996 whd_tlv8_header_t *parse = cp; in whd_wifi_scan_events_handler()
2125 rsnxie = (rsnx_ie_t *)whd_parse_tlvs(cp, len, DOT11_IE_ID_RSNX); in whd_wifi_scan_events_handler()
2133 … ht_capabilities_ie = (ht_capabilities_ie_t *)whd_parse_tlvs(cp, len, DOT11_IE_ID_HT_CAPABILITIES); in whd_wifi_scan_events_handler()
2179 …country_info_ie = (country_info_ie_fixed_portion_t *)whd_parse_dot11_tlvs(cp, len, DOT11_IE_ID_COU… in whd_wifi_scan_events_handler()