Searched refs:ext (Results 1 – 25 of 26) sorted by relevance
12
/wlan-driver/qcacld-3.0/components/action_oui/core/src/ |
H A D | wlan_action_oui_parse.c | 123 struct action_oui_extension *ext, in validate_and_convert_oui() argument 129 valid = action_oui_string_to_hex(token, ext->oui, 2, in validate_and_convert_oui() 134 ext->oui_length = qdf_str_len(token) / 2; in validate_and_convert_oui() 156 struct action_oui_extension *ext, in validate_and_convert_data_length() argument 180 ext->data_length = len; in validate_and_convert_data_length() 182 if (!ext->data_length) in validate_and_convert_data_length() 205 struct action_oui_extension *ext, in validate_and_convert_data() argument 209 uint32_t expected_token_len[1] = {2 * ext->data_length}; in validate_and_convert_data() 211 valid = action_oui_string_to_hex(token, ext->data, 1, in validate_and_convert_data() 236 struct action_oui_extension *ext, in validate_and_convert_data_mask() argument [all …]
|
/wlan-driver/wpa_supplicant_8/src/drivers/ |
H A D | driver_wext.c |
|
/wlan-driver/wpa_supplicant_8/src/radius/ |
H A D | radius.c |
|
/wlan-driver/wpa_supplicant_8/src/crypto/ |
H A D | tls_wolfssl.c |
|
H A D | tls_openssl.c |
|
H A D | tls_openssl_ocsp.c |
|
/wlan-driver/wpa_supplicant_8/src/eapol_supp/ |
H A D | eapol_supp_sm.h |
|
H A D | eapol_supp_sm.c |
|
/wlan-driver/wpa_supplicant_8/src/wps/ |
H A D | wps_dev_attr.h |
|
H A D | wps_dev_attr.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_ipa.h | 381 const qdf_ipa_ext_intf_t *ext) in qdf_ipa_register_intf_ext() argument 383 return __qdf_ipa_register_intf_ext(name, tx, rx, ext); in qdf_ipa_register_intf_ext()
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/ |
H A D | bss.h |
|
H A D | README |
|
H A D | bss.c |
|
/wlan-driver/wpa_supplicant_8/src/eap_peer/ |
H A D | eap.h |
|
H A D | eap.c |
|
/wlan-driver/qca-wifi-host-cmn/iot_sim/core/ |
H A D | iot_sim_common.c | 1192 mlme_pdev_ext_t *ext = NULL; in iot_sim_debug_content_change_write() local 1258 ext = wlan_pdev_mlme_get_ext_hdl(isc->pdev_obj); in iot_sim_debug_content_change_write() 1259 if (ext) { in iot_sim_debug_content_change_write() 1260 isc->iot_sim_update_beacon_trigger(ext); in iot_sim_debug_content_change_write()
|
/wlan-driver/wpa_supplicant_8/src/tls/ |
H A D | tlsv1_server_read.c |
|
H A D | tlsv1_client_read.c |
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | i_qdf_nbuf_m.h | 239 } ext; member 578 dp_ext.ext.mpdu_seq)
|
H A D | i_qdf_ipa.h | 675 const struct ipa_ext_intf *ext) in __qdf_ipa_register_intf_ext() argument 677 return ipa_register_intf_ext(name, tx, rx, ext); in __qdf_ipa_register_intf_ext()
|
/wlan-driver/wpa_supplicant_8/src/utils/ |
H A D | http_curl.c |
|
/wlan-driver/wpa_supplicant_8/src/common/ |
H A D | ieee802_11_common.h |
|
H A D | ieee802_11_common.c |
|
/wlan-driver/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers_p2p.c |
|
12