Searched refs:cp (Results 1 – 1 of 1) sorted by relevance
1824 whd_tlv8_header_t *cp; in whd_wifi_scan_events_handler() local1976 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()