Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/ks7010/
Dks_hostif.c720 union iwreq_data wrqu0; in hostif_connect_indication() local
754 wrqu0.data.length = 0; in hostif_connect_indication()
755 wrqu0.data.flags = 0; in hostif_connect_indication()
756 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_connect_indication()
759 eth_zero_addr(wrqu0.ap_addr.sa_data); in hostif_connect_indication()
762 wireless_send_event(netdev, SIOCGIWAP, &wrqu0, NULL); in hostif_connect_indication()
810 union iwreq_data wrqu0; in hostif_stop_confirm() local
822 wrqu0.data.length = 0; in hostif_stop_confirm()
823 wrqu0.data.flags = 0; in hostif_stop_confirm()
824 wrqu0.ap_addr.sa_family = ARPHRD_ETHER; in hostif_stop_confirm()
[all …]