Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
csk_wifi_scan_info_t Struct Reference

CSK WiFi scan info type. More...

#include <csk_wifi.h>

Data Fields

char ssid [32+1]
 
char bssid [17+1]
 
int rssi
 
uint8_t channel
 
csk_wifi_encryption_mode_t encryption_mode
 

Detailed Description

CSK WiFi scan info type.

Field Documentation

◆ bssid

char csk_wifi_scan_info_t::bssid[17+1]

◆ channel

uint8_t csk_wifi_scan_info_t::channel

◆ encryption_mode

csk_wifi_encryption_mode_t csk_wifi_scan_info_t::encryption_mode

◆ rssi

int csk_wifi_scan_info_t::rssi

◆ ssid

char csk_wifi_scan_info_t::ssid[32+1]

The documentation for this struct was generated from the following file: