Home
last modified time | relevance | path

Searched defs:address (Results 1 – 7 of 7) sorted by relevance

/hostap-latest/wpa_supplicant/
Dwmm_ac.h101 u8 address[ETH_ALEN]; member
Dwmm_ac.c212 const u8 *address) in wmm_ac_send_delts()
267 const u8 *address) in wmm_ac_build_addts_req()
Ddriver_i.h642 const u8 *address, u8 user_priority, in wpa_drv_add_ts()
652 const u8 *address) in wpa_drv_del_ts()
/hostap-latest/hs20/client/
Dspp_client.c784 void spp_sub_rem(struct hs20_osu_client *ctx, const char *address, in spp_sub_rem()
931 void spp_pol_upd(struct hs20_osu_client *ctx, const char *address, in spp_pol_upd()
Doma_dm_client.c1249 void oma_dm_pol_upd(struct hs20_osu_client *ctx, const char *address, in oma_dm_pol_upd()
1296 void oma_dm_sub_rem(struct hs20_osu_client *ctx, const char *address, in oma_dm_sub_rem()
Dosu_client.c2589 static int cmd_sub_rem(struct hs20_osu_client *ctx, const char *address, in cmd_sub_rem()
2747 static int cmd_pol_upd(struct hs20_osu_client *ctx, const char *address, in cmd_pol_upd()
/hostap-latest/src/utils/
Dhttp_curl.c1327 static CURL * setup_curl_post(struct http_ctx *ctx, const char *address, in setup_curl_post()
1390 static int post_init_client(struct http_ctx *ctx, const char *address, in post_init_client()
1425 int soap_init_client(struct http_ctx *ctx, const char *address, in soap_init_client()
1446 char *address = NULL; in soap_reinit_client() local