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.c1200 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_status()
1623 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_btwt_setup()
1947 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_enable()
1985 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_disable()
2044 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_sta_disconnect()
2127 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_config_params()
2150 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_set_rts_threshold()
2380 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_wps_pbc()
2402 struct net_if *iface = net_if_get_wifi_sap(); in cmd_wifi_ap_wps_pin()
3291 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.h3243 struct net_if *net_if_get_wifi_sap(void);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c6107 struct net_if *net_if_get_wifi_sap(void) in net_if_get_wifi_sap() function