Home
last modified time | relevance | path

Searched defs:ifname (Results 201 - 225 of 297) sorted by relevance

12345678910>>...12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_privsep.c26 char ifname[16]; member
602 static void * wpa_driver_privsep_init(void *ctx, const char *ifname) in wpa_driver_privsep_init() argument
H A Dndis_events.c34 char *ifname; /* {GUID..} */ member
483 ndis_events_get_adapter(struct ndis_events_data *events, const char *ifname, const char *desc) ndis_events_get_adapter() argument
702 ndis_events_init(HANDLE *read_pipe, HANDLE *event_avail, const char *ifname, const char *desc) ndis_events_init() argument
[all...]
H A Ddriver_hostap.c354 char ifname[IFNAMSIZ]; in hostap_set_iface_flags() local
461 static int hostap_get_seqnum(const char *ifname, void *priv, const u8 *addr, in hostap_get_seqnum() argument
H A Ddriver_macsec_linux.c57 char ifname[IFNAMSIZ + 1]; member
287 static void * macsec_drv_wpa_init(void *ctx, const char *ifname) in macsec_drv_wpa_init() argument
1098 char *ifname; macsec_drv_create_transmit_sc() local
[all...]
H A Ddriver_macsec_qca.c260 static int macsec_qca_secy_id_get(const char *ifname, u32 *secy_id) in macsec_qca_secy_id_get() argument
287 macsec_qca_init(void *ctx, const char *ifname) macsec_qca_init() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_iface.c510 const char *ifname; in iface_peers() local
560 char ifname[FST_MAX_INTERFACE_SIZE]; in get_peer_mbies() local
885 fst_parse_attach_command(const char *cmd, char *ifname, size_t ifname_size, struct fst_iface_cfg *cfg) fst_parse_attach_command() argument
925 fst_parse_detach_command(const char *cmd, char *ifname, size_t ifname_size) fst_parse_detach_command() argument
933 fst_iface_detach(const char *ifname) fst_iface_detach() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface_unix.c941 wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s, const char *ifname, int sock, struct dl_list *ctrl_dst, int level, const char *buf, size_t len, struct ctrl_iface_priv *priv, struct ctrl_iface_global_priv *gp) wpa_supplicant_ctrl_iface_send() argument
[all...]
H A Dwpa_priv.c29 char *ifname; member
989 char *ifname; wpa_priv_send_interface_status() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dbeacon.c688 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr, const char *ifname) sta_track_seen_on() argument
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl.c831 WifiErrorNo HdiP2pInvite(const char *peerBssid, const char *goBssid, const char *ifname) in HdiP2pInvite() argument
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/wifi_hal_module/hostapd_hal/
H A Dwifi_hostapd_hal.c250 int InitHostapdCtrl(const char *ifname, int id) in InitHostapdCtrl() argument
305 char ifname[BUFFER_SIZE_128] = {0}; in HostapdCliConnect() local
[all...]
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_client.cpp92 DhcpIpv6Client::DhcpIpv6Client(std::string ifname) : interfaceName(ifname), runFlag(false) in DhcpIpv6Client() argument
114 void DhcpIpv6Client::SetCallback(std::function<void(const std::string ifname, DhcpIpv6Info &info)> callback) in SetCallback() argument
125 int DhcpIpv6Client::StartIpv6Thread(const std::string &ifname, bool isIpv6) in StartIpv6Thread() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c38 char ifname[NSTACKX_MAX_INTERFACE_NAME_LEN]; member
198 static int LocalIfaceInit(struct LocalIface *iface, const char *ifname, const struct in_addr *ip, const char *ipStr) in LocalIfaceInit() argument
237 CreateLocalIface(const char *ifname, const struct in_addr *ip, const char *ipStr) CreateLocalIface() argument
272 GetLocalIface(List *head, const char *ifname, const struct in_addr *ip) GetLocalIface() argument
286 GetActiveLocalIface(const char *ifname) GetActiveLocalIface() argument
313 AddLocalIface(const char *ifname, const struct in_addr *ip) AddLocalIface() argument
342 RemoveLocalIface(const char *ifname) RemoveLocalIface() argument
668 LocalIfaceGetCoapCtx(const char *ifname) LocalIfaceGetCoapCtx() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c75 char *ifname; member
898 snd_pcm_file_open(snd_pcm_t **pcmp, const char *name, const char *fname, int fd, const char *ifname, int ifd, int trunc, const char *fmt, int perm, snd_pcm_t *slave, int close_slave, snd_pcm_stream_t stream) snd_pcm_file_open() argument
1042 const char *fname = NULL, *ifname = NULL; _snd_pcm_file_open() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c353 char ifname[IFNAMSIZ]; in hostap_set_iface_flags() local
398 static int wpa_driver_hostap_set_key(const char *ifname, void *priv, in wpa_driver_hostap_set_key() argument
457 static int hostap_get_seqnum(const char *ifname, void *priv, const u8 *addr, in hostap_get_seqnum() argument
H A Ddriver_macsec_linux.c59 char ifname[IFNAMSIZ + 1]; member
289 static void * macsec_drv_wpa_init(void *ctx, const char *ifname) in macsec_drv_wpa_init() argument
1097 char *ifname; macsec_drv_create_transmit_sc() local
[all...]
H A Ddriver_nl80211.h59 char ifname[IFNAMSIZ + 1]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c1234 int fst_session_set_str_ifname(struct fst_session *s, const char *ifname, in fst_session_set_str_ifname() argument
1585 char ifname[FST_MAX_COMMAND_WORD_NAME_LENGTH]; in fst_test_req_get_local_mbies() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.h229 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_er.c1249 wps_er_init(struct wps_context *wps, const char *ifname, const char *filter) in wps_er_init() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Deapol_test.c1309 const char *ifname = "test"; in main() local
998 wpa_init_conf(struct eapol_test_data *e, struct wpa_supplicant *wpa_s, const char *authsrv, int port, const char *secret, const char *cli_addr, const char *ifname) wpa_init_conf() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dwpagui.cpp270 int WpaGui::openCtrlConnection(const char *ifname) in openCtrlConnection() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dbeacon.c798 sta_track_seen_on(struct hostapd_iface *iface, const u8 *addr, const char *ifname) sta_track_seen_on() argument
H A Ddrv_callbacks.c1815 hostapd_event_wds_sta_interface_status(struct hostapd_data *hapd, int istatus, const char *ifname, const u8 *addr) hostapd_event_wds_sta_interface_status() argument
H A Dwpa_auth_glue.c459 const char *ifname = hapd->conf->iface; in hostapd_wpa_auth_set_key() local

Completed in 38 milliseconds

12345678910>>...12