Home
last modified time | relevance | path

Searched refs:nl_connect (Results 1 - 8 of 8) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dvlan_util.c52 err = nl_connect(handle, NETLINK_ROUTE); in vlan_add()
138 err = nl_connect(handle, NETLINK_ROUTE); in vlan_rem()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dvlan_util.c52 err = nl_connect(handle, NETLINK_ROUTE); in vlan_add()
138 err = nl_connect(handle, NETLINK_ROUTE); in vlan_rem()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_nl80211.h78 struct nl_handle *nl_preq, *nl_mgmt, *nl_connect; member
258 struct nl_handle *nl_connect);
H A Ddriver_nl80211.c2157 if (bss->nl_connect) { in nl80211_init_connect_handle()
2159 "nl80211: Connect handle already created (nl_connect=%p)", in nl80211_init_connect_handle()
2160 bss->nl_connect); in nl80211_init_connect_handle()
2164 bss->nl_connect = nl_create_handle(bss->nl_cb, "connect"); in nl80211_init_connect_handle()
2165 if (!bss->nl_connect) in nl80211_init_connect_handle()
2167 nl80211_register_eloop_read(&bss->nl_connect, in nl80211_init_connect_handle()
2827 if (bss->nl_connect) in wpa_driver_nl80211_deinit()
2828 nl80211_destroy_eloop_handle(&bss->nl_connect, 1); in wpa_driver_nl80211_deinit()
3253 struct nl_handle *nl_connect) in wpa_driver_nl80211_mlme()
3267 if (nl_connect) in wpa_driver_nl80211_mlme()
3250 wpa_driver_nl80211_mlme(struct wpa_driver_nl80211_data *drv, const u8 *addr, int cmd, u16 reason_code, int local_state_change, struct nl_handle *nl_connect) wpa_driver_nl80211_mlme() argument
3280 wpa_driver_nl80211_disconnect(struct wpa_driver_nl80211_data *drv, u16 reason_code, struct nl_handle *nl_connect) wpa_driver_nl80211_disconnect() argument
3314 struct nl_handle *nl_connect = NULL; wpa_driver_nl80211_deauthenticate() local
5707 wpa_driver_nl80211_try_connect( struct wpa_driver_nl80211_data *drv, struct wpa_driver_associate_params *params, struct nl_handle *nl_connect) wpa_driver_nl80211_try_connect() argument
5798 wpa_driver_nl80211_connect( struct wpa_driver_nl80211_data *drv, struct wpa_driver_associate_params *params, struct nl_handle *nl_connect) wpa_driver_nl80211_connect() argument
5849 struct nl_handle *nl_connect = NULL; wpa_driver_nl80211_associate() local
[all...]
H A Ddriver_macsec_linux.c320 err = nl_connect(drv->sk, NETLINK_ROUTE); in macsec_drv_macsec_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.h97 struct nl_sock *nl_preq, *nl_mgmt, *nl_connect; member
H A Ddriver_nl80211.c574 struct nl_sock *nl_connect = get_connect_handle(bss); in send_and_recv_msgs_connect_handle() local
576 if (nl_connect) in send_and_recv_msgs_connect_handle()
577 return send_and_recv_msgs_owner(drv, msg, nl_connect, set_owner, in send_and_recv_msgs_connect_handle()
592 return bss->nl_connect; in get_connect_handle()
2249 if (bss->nl_connect) { in nl80211_init_connect_handle()
2251 "nl80211: Connect handle already created (nl_connect=%p)", in nl80211_init_connect_handle()
2252 bss->nl_connect); in nl80211_init_connect_handle()
2256 bss->nl_connect = nl_create_handle(bss->nl_cb, "connect"); in nl80211_init_connect_handle()
2257 if (!bss->nl_connect) in nl80211_init_connect_handle()
2259 nl80211_register_eloop_read(&bss->nl_connect, in nl80211_init_connect_handle()
3822 struct nl_sock *nl_connect = get_connect_handle(bss); wpa_driver_nl80211_mlme() local
[all...]
H A Ddriver_macsec_linux.c318 err = nl_connect(drv->sk, NETLINK_ROUTE); in macsec_drv_macsec_init()

Completed in 21 milliseconds