Searched defs:airoc_wifi_data (Results 1 – 2 of 2) sorted by relevance
38 struct airoc_wifi_data { struct40 struct sd_card card;41 struct sdio_func sdio_func1;42 struct sdio_func sdio_func2;45 uint8_t prev_irq_state;47 struct net_if *iface;48 bool second_interface_init;49 bool is_ap_up;50 bool is_sta_connected;51 uint8_t mac_addr[6];[all …]
76 static struct airoc_wifi_data airoc_wifi_data = {0}; variable