Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/l2/wifi/
Dwifi_shell.c485 struct net_if *iface = net_if_get_wifi_sta(); in handle_wifi_signal_change()
500 struct net_if *iface = net_if_get_wifi_sta(); in handle_wifi_neighbor_rep_complete()
902 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_connect()
941 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_disconnect()
1084 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_scan()
1120 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_status()
1256 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_stats()
1299 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_11k()
1340 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_11k_neighbor_request()
1377 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_ps()
[all …]
/Zephyr-latest/samples/net/wifi/apsta_mode/src/
Dmain.c183 sta_iface = net_if_get_wifi_sta(); in main()
/Zephyr-latest/tests/boards/espressif/wifi/src/
Dmain.c336 wifi_ctx.iface = net_if_get_wifi_sta(); in wifi_setup()
/Zephyr-latest/include/zephyr/net/
Dnet_if.h3171 struct net_if *net_if_get_wifi_sta(void);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5982 struct net_if *net_if_get_wifi_sta(void) in net_if_get_wifi_sta() function