/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | gas_query_ap.h | 18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
|
H A D | gas_query_ap.c | 269 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx() local 270 *categ = WLAN_ACTION_PROTECTED_DUAL; in gas_query_tx() 460 * @categ: Category of the Action frame 466 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ, in gas_query_ap_rx() argument 487 prot = categ == WLAN_ACTION_PROTECTED_DUAL; in gas_query_ap_rx()
|
H A D | gas_serv.c | 41 u8 *categ = wpabuf_mhead_u8(msg); in convert_to_protected_dual() local 42 *categ = WLAN_ACTION_PROTECTED_DUAL; in convert_to_protected_dual()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | gas_query_ap.h | 18 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ,
|
H A D | gas_query_ap.c | 269 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx() local 270 *categ = WLAN_ACTION_PROTECTED_DUAL; in gas_query_tx() 460 * @categ: Category of the Action frame 466 int gas_query_ap_rx(struct gas_query_ap *gas, const u8 *sa, u8 categ, in gas_query_ap_rx() argument 487 prot = categ == WLAN_ACTION_PROTECTED_DUAL; in gas_query_ap_rx()
|
H A D | gas_serv.c | 41 u8 *categ = wpabuf_mhead_u8(msg); in convert_to_protected_dual() local 42 *categ = WLAN_ACTION_PROTECTED_DUAL; in convert_to_protected_dual()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | gas_query.h | 20 const u8 *bssid, u8 categ, const u8 *data, size_t len,
|
H A D | gas_query.c | 299 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx() local 300 *categ = WLAN_ACTION_PROTECTED_DUAL; in gas_query_tx() 512 * @categ: Category of the Action frame 519 const u8 *bssid, u8 categ, const u8 *data, size_t len, in gas_query_rx() 540 prot = categ == WLAN_ACTION_PROTECTED_DUAL; in gas_query_rx() 518 gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) gas_query_rx() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | gas_server.h | 33 const u8 *bssid, u8 categ, const u8 *data, size_t len,
|
H A D | gas_server.c | 361 * @categ: Category of the Action frame 368 const u8 *bssid, u8 categ, const u8 *data, size_t len, in gas_server_rx() 377 if (categ == WLAN_ACTION_PROTECTED_DUAL) in gas_server_rx() 367 gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) gas_server_rx() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | gas_query.h | 20 const u8 *bssid, u8 categ, const u8 *data, size_t len,
|
H A D | gas_query.c | 290 u8 *categ = wpabuf_mhead_u8(req); in gas_query_tx() local 291 *categ = WLAN_ACTION_PROTECTED_DUAL; in gas_query_tx() 503 * @categ: Category of the Action frame 510 const u8 *bssid, u8 categ, const u8 *data, size_t len, in gas_query_rx() 531 prot = categ == WLAN_ACTION_PROTECTED_DUAL; in gas_query_rx() 509 gas_query_rx(struct gas_query *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) gas_query_rx() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | gas_server.h | 31 const u8 *bssid, u8 categ, const u8 *data, size_t len,
|
H A D | gas_server.c | 315 * @categ: Category of the Action frame 322 const u8 *bssid, u8 categ, const u8 *data, size_t len, in gas_server_rx() 331 if (categ == WLAN_ACTION_PROTECTED_DUAL) in gas_server_rx() 321 gas_server_rx(struct gas_server *gas, const u8 *da, const u8 *sa, const u8 *bssid, u8 categ, const u8 *data, size_t len, int freq) gas_server_rx() argument
|