| /foundation/communication/dhcp/services/dhcp_client/src/ |
| H A D | dhcp_client_state_machine.cpp | 65 DhcpClientStateMachine::DhcpClientStateMachine(std::string ifname) : in DhcpClientStateMachine() argument 140 int DhcpClientStateMachine::InitConfig(const std::string &ifname, bool isIpv6) in InitConfig() argument 154 int DhcpClientStateMachine::StartIpv4Type(const std::string &ifname, bool isIpv6, ActionMode action) in StartIpv4Type() argument 177 InitStartIpv4Thread(const std::string &ifname, bool isIpv6) InitStartIpv4Thread() argument 201 InitSpecifiedClientCfg(const std::string &ifname, bool isIpv6) InitSpecifiedClientCfg() argument 1470 PublishDhcpResultEvent(const char *ifname, const int code, struct DhcpIpResult *result) PublishDhcpResultEvent() argument [all...] |
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | dhcp_s_server.cpp | 137 int BindNetInterface(int fd, const char *ifname) in BindNetInterface() argument 160 int InitServer(const char *ifname) in InitServer() argument [all...] |
| /foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
| H A D | dhcpclientfun_fuzzer.cpp | 82 std::string ifname = "wlan1"; in StartIpv6ThreadFuzzerTest() local 378 std::string ifname = std::string(reinterpret_cast<const char *>(data), size); in InitConfigFuzzerTest() local 385 std::string ifname = std::string(reinterpret_cast<const char *>(data), size); in InitSpecifiedClientCfgFuzzerTest() local 733 char ifname[3] = {0}; in PublishDhcpResultEventFuzzerTest() local [all...] |
| /third_party/libcoap/src/ |
| H A D | coap_net.c | 4109 coap_join_mcast_group_intf(coap_context_t *ctx, const char *group_name, const char *ifname) coap_join_mcast_group_intf() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
| H A D | driver_atheros.c | 501 atheros_set_key(const char *ifname, void *priv, enum wpa_alg alg, in atheros_set_key() argument 593 atheros_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, in atheros_get_seqnum() argument
|
| H A D | driver_bsd.c | 65 char ifname[IFNAMSIZ+1]; /* interface name */ member 95 bsd_get_drvname(void *priv, const char *ifname) in bsd_get_drvname() argument 334 bsd_set_key(const char *ifname, void *priv, enum wpa_alg alg, const unsigned char *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) bsd_set_key() argument 689 bsd_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, u8 *seq) bsd_get_seqnum() argument 1563 wpa_driver_bsd_init(void *ctx, const char *ifname, void *priv) wpa_driver_bsd_init() argument [all...] |
| H A D | driver_wext.c | 788 wpa_driver_wext_init(void *ctx, const char *ifname) wpa_driver_wext_init() argument 867 wext_hostap_ifname(struct wpa_driver_wext_data *drv, const char *ifname) wext_hostap_ifname() argument 1831 wpa_driver_wext_set_key(const char *ifname, void *priv, enum wpa_alg alg, const u8 *addr, int key_idx, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len) wpa_driver_wext_set_key() argument 2383 wpa_driver_wext_alternative_ifindex(struct wpa_driver_wext_data *drv, const char *ifname) wpa_driver_wext_alternative_ifindex() argument [all...] |
| H A D | wpa_hal.c | 360 static int32_t WifiWpaSetKey(const char *ifname, void *priv, enum wpa_alg alg, const uint8_t *addr, int32_t keyIdx, in WifiWpaSetKey() argument 1225 static void *WifiWpaInit2(void *ctx, const char *ifname, void *globalPriv) in WifiWpaInit2() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
| H A D | ieee802_1x_kay.c | 3420 ieee802_1x_kay_init(struct ieee802_1x_kay_ctx *ctx, enum macsec_policy policy, Boolean macsec_replay_protect, u32 macsec_replay_window, u16 port, u8 priority, const char *ifname, const u8 *addr) ieee802_1x_kay_init() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
| H A D | wpa.c | 2978 void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname() argument
|
| H A D | wpa_i.h | 70 const char *ifname; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
| H A D | driver_i.h | 15 wpa_drv_init(struct wpa_supplicant *wpa_s, const char *ifname) wpa_drv_init() argument 412 wpa_drv_if_add(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, char *force_ifname, u8 *if_addr, const char *bridge) wpa_drv_if_add() argument 425 wpa_drv_if_remove(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type type, const char *ifname) wpa_drv_if_remove() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
| H A D | ap_config_file.c | 917 static int hostapd_config_bss(struct hostapd_config *conf, const char *ifname) in hostapd_config_bss() argument
|
| H A D | hostapd_cli.c | 106 static struct wpa_ctrl * hostapd_cli_open_connection(const char *ifname) in hostapd_cli_open_connection() argument 155 static int hostapd_cli_reconnect(const char *ifname) in hostapd_cli_reconnect() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
| H A D | osu_client.c | 2159 const char *ifname = ctx->ifname; osu_connect() local 2497 const char *ifname; cmd_signup() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| H A D | ap_drv_ops.c | 293 int hostapd_set_drv_ieee8021x(struct hostapd_data *hapd, const char *ifname, in hostapd_set_drv_ieee8021x() argument 320 int hostapd_vlan_if_add(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_add() argument 329 int hostapd_vlan_if_remove(struct hostapd_data *hapd, const char *ifname) in hostapd_vlan_if_remove() argument 498 hostapd_if_add(struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, void **drv_priv, char *force_ifname, u8 *if_addr, const char *bridge, int use_existing) hostapd_if_add() argument 511 hostapd_if_remove(struct hostapd_data *hapd, enum wpa_driver_if_type type, const char *ifname) hostapd_if_remove() argument 530 hostapd_get_seqnum(const char *ifname, struct hostapd_data *hapd, const u8 *addr, int idx, u8 *seq) hostapd_get_seqnum() argument 690 hostapd_drv_set_key(const char *ifname, struct hostapd_data *hapd, enum wpa_alg alg, const u8 *addr, int key_idx, int vlan_id, int set_tx, const u8 *seq, size_t seq_len, const u8 *key, size_t key_len, enum key_flag key_flag) hostapd_drv_set_key() argument [all...] |
| H A D | hostapd.c | 302 hostapd_broadcast_key_clear_iface(struct hostapd_data *hapd, const char *ifname) hostapd_broadcast_key_clear_iface() argument 2595 ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) ifname_in_use() argument 2649 const char *ifname; hostapd_interface_init_bss() local 2929 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) hostapd_config_alloc() argument 3782 hostapd_get_iface(struct hapd_interfaces *interfaces, const char *ifname) hostapd_get_iface() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
| H A D | driver_atheros.c | 589 atheros_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, in atheros_get_seqnum() argument
|
| H A D | driver_bsd.c | 64 char ifname[IFNAMSIZ+1]; /* interface name */ member 92 bsd_get_drvname(void *priv, const char *ifname) in bsd_get_drvname() argument 908 bsd_get_seqnum(const char *ifname, void *priv, const u8 *addr, int idx, u8 *seq) bsd_get_seqnum() argument 1559 wpa_driver_bsd_init(void *ctx, const char *ifname, void *priv) wpa_driver_bsd_init() argument [all...] |
| H A D | driver_nl80211.h | 75 char ifname[IFNAMSIZ + 1]; member
|
| H A D | driver_wext.c | 788 wpa_driver_wext_init(void *ctx, const char *ifname) wpa_driver_wext_init() argument 867 wext_hostap_ifname(struct wpa_driver_wext_data *drv, const char *ifname) wext_hostap_ifname() argument 2376 wpa_driver_wext_alternative_ifindex(struct wpa_driver_wext_data *drv, const char *ifname) wpa_driver_wext_alternative_ifindex() argument [all...] |
| H A D | wpa_hal.c | 1230 static void *WifiWpaInit2(void *ctx, const char *ifname, void *globalPriv) in WifiWpaInit2() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
| H A D | wpa.h | 297 static inline void wpa_sm_set_ifname(struct wpa_sm *sm, const char *ifname, in wpa_sm_set_ifname() argument
|
| H A D | wpa_i.h | 88 const char *ifname; member
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
| H A D | driver_i.h | 18 wpa_drv_init(struct wpa_supplicant *wpa_s, const char *ifname) wpa_drv_init() argument 478 wpa_drv_if_add(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type type, const char *ifname, const u8 *addr, void *bss_ctx, char *force_ifname, u8 *if_addr, const char *bridge) wpa_drv_if_add() argument 491 wpa_drv_if_remove(struct wpa_supplicant *wpa_s, enum wpa_driver_if_type type, const char *ifname) wpa_drv_if_remove() argument [all...] |