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.c494 struct net_if *iface = net_if_get_wifi_sta(); in handle_wifi_signal_change()
509 struct net_if *iface = net_if_get_wifi_sta(); in handle_wifi_neighbor_rep_complete()
935 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_connect()
973 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_disconnect()
1116 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_scan()
1154 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_status()
1292 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_stats()
1335 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_11k()
1376 struct net_if *iface = net_if_get_wifi_sta(); in cmd_wifi_11k_neighbor_request()
1413 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.h3236 struct net_if *net_if_get_wifi_sta(void);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c6091 struct net_if *net_if_get_wifi_sta(void) in net_if_get_wifi_sta() function