Searched refs:wildcard_bssid (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.c | 45 unsigned int wildcard_bssid:1; member 290 const u8 wildcard_bssid[ETH_ALEN] = { in gas_query_tx() local 306 if (!query->wildcard_bssid && in gas_query_tx() 313 bssid = wildcard_bssid; in gas_query_tx() 810 int wildcard_bssid, struct wpabuf *req, in gas_query_req() 838 query->wildcard_bssid = !!wildcard_bssid; in gas_query_req() 809 gas_query_req(struct gas_query *gas, const u8 *dst, int freq, int wildcard_bssid, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) gas_query_req() argument
|
H A D | gas_query.h | 38 int wildcard_bssid, struct wpabuf *req,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.c | 45 unsigned int wildcard_bssid:1; member 281 const u8 wildcard_bssid[ETH_ALEN] = { in gas_query_tx() local 297 if (!query->wildcard_bssid && in gas_query_tx() 304 bssid = wildcard_bssid; in gas_query_tx() 813 * @wildcard_bssid: Force use of wildcard BSSID value 823 int wildcard_bssid, int maintain_addr, struct wpabuf *req, in gas_query_req() 852 query->wildcard_bssid = !!wildcard_bssid; in gas_query_req() 822 gas_query_req(struct gas_query *gas, const u8 *dst, int freq, int wildcard_bssid, int maintain_addr, struct wpabuf *req, void (*cb)(void *ctx, const u8 *dst, u8 dialog_token, enum gas_query_result result, const struct wpabuf *adv_proto, const struct wpabuf *resp, u16 status_code), void *ctx) gas_query_req() argument
|
H A D | gas_query.h | 37 int wildcard_bssid, int maintain_addr, struct wpabuf *req,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_drv_ops.c | 767 const u8 wildcard_bssid[ETH_ALEN] = { in hostapd_drv_send_action() local 784 bssid = wildcard_bssid; in hostapd_drv_send_action() 793 bssid = wildcard_bssid; in hostapd_drv_send_action()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_drv_ops.c | 746 const u8 wildcard_bssid[ETH_ALEN] = { in hostapd_drv_send_action() local 763 bssid = wildcard_bssid; in hostapd_drv_send_action() 772 bssid = wildcard_bssid; in hostapd_drv_send_action()
|
Completed in 6 milliseconds