Home
last modified time | relevance | path

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

/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c180 ap_iface = net_if_get_wifi_sap(); in main()
/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c1165 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_status()
1587 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_btwt_setup()
1911 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_enable()
1950 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_disable()
2009 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_sta_disconnect()
2092 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_config_params()
2115 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_set_rts_threshold()
2347 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_wps_pbc()
2369 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_wps_pin()
3258 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_dpp_ap_btstrap_gen()
[all …]
/Zephyr-latest/modules/hostap/src/
Dsupp_main.c880 dev = net_if_get_device(net_if_get_wifi_sap()); in hostapd_config_read2()
1056 iface = net_if_get_wifi_sap(); in zephyr_hostapd_init()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3178 struct net_if *net_if_get_wifi_sap(void);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5998 struct net_if *net_if_get_wifi_sap(void) in net_if_get_wifi_sap() function