Home
last modified time | relevance | path

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

/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/
Dwhd_wifi_api.c1599 if ( (ap->SSID.length == 0) || (ap->SSID.length > (size_t)SSID_NAME_SIZE) ) in whd_wifi_join_specific()
1638 ext_join_params->ssid.SSID_len = ap->SSID.length; in whd_wifi_join_specific()
1640 memcpy(ext_join_params->ssid.SSID, ap->SSID.value, ext_join_params->ssid.SSID_len); in whd_wifi_join_specific()
1764 memcpy(ssid_params->SSID, ssid->value, ssid_params->SSID_len); in whd_wifi_join()
1918 …if ( (bss_info->SSID_len > sizeof(bss_info->SSID) ) || (bss_info->ie_offset < sizeof(wl_bss_info_t… in whd_wifi_scan_events_handler()
1923 … whd_minor_assert(" bss length check failed\n", bss_info->SSID_len != sizeof(bss_info->SSID) ); in whd_wifi_scan_events_handler()
1947 record->SSID.length = (uint8_t)MIN_OF(sizeof(record->SSID.value), bss_info->SSID_len); in whd_wifi_scan_events_handler()
1948 memset(record->SSID.value, 0, sizeof(record->SSID.value) ); in whd_wifi_scan_events_handler()
1949 memcpy(record->SSID.value, bss_info->SSID, record->SSID.length); in whd_wifi_scan_events_handler()
1973 whd_ssid_to_string(record->SSID.value, record->SSID.length, ssid_buf, in whd_wifi_scan_events_handler()
[all …]
Dwhd_utils.c902 WPRINT_MACRO( (" %-32s ", record->SSID.value) ); in whd_print_scan_result()
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/inc/
Dwhd_types.h786 …whd_ssid_t SSID; /**< Service Set Identification (i.e. Name of Access P… member
807 …whd_ssid_t SSID; /**< Service Set Identification (i.e. Name of Access Point) … member
830 uint8_t SSID[32]; /**< Array to store SSID */ member
1019 …whd_ssid_t SSID; /**< Service Set Identification (i.e. Name of Access Point) … member
/hal_infineon-latest/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_wlioctl.h134 uint8_t SSID[32]; member
3092 uint8_t SSID[32]; member