Home
last modified time | relevance | path

Searched defs:ssid_len (Results 1 - 25 of 260) sorted by relevance

1234567891011

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-pbkdf2.c72 __attribute__ ((visibility ("default"))) int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() argument
14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-pbkdf2.c72 __attribute__ ((visibility ("default"))) int pbkdf2_sha1(const char *passphrase, const u8 *ssid, size_t ssid_len, in pbkdf2_sha1() argument
14 pbkdf2_sha1_f(const char *passphrase, const u8 *ssid, size_t ssid_len, int iterations, unsigned int count, u8 *digest) pbkdf2_sha1_f() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_any_api.h87 unsigned char ssid_len; /**< the string length of SSID. *//**< CNcomment: SSID字符串长度 */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/
H A Dwapi_asue_i.h51 size_t ssid_len; member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_mib.c297 hi_u8 ssid_len; in mac_mib_set_ssid() local
319 hi_u8 ssid_len; in mac_mib_get_ssid() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Devent.c79 wlcore_smart_config_decode_event(struct wl1271 *wl, u8 ssid_len, u8 *ssid, u8 pwd_len, u8 *pwd) wlcore_smart_config_decode_event() argument
H A Dscan.h79 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/
H A Devent.c79 wlcore_smart_config_decode_event(struct wl1271 *wl, u8 ssid_len, u8 *ssid, u8 pwd_len, u8 *pwd) wlcore_smart_config_decode_event() argument
H A Dscan.h79 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */ member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dwps_attr_process.c98 wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, size_t ssid_len) wps_process_cred_ssid() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dwps_attr_process.c99 wps_process_cred_ssid(struct wps_credential *cred, const u8 *ssid, size_t ssid_len) wps_process_cred_ssid() argument
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_roam.c51 int ssid_len; member
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwow.c176 u8 ssid_len; in ath10k_wmi_pno_check() local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dscan.c332 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/
H A Dscan.h27 u8 ssid_len; member
83 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */ member
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dcmd.c425 int wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, in wl1251_cmd_scan() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dwow.c247 u8 ssid_len; in ath11k_wmi_pno_check_and_convert() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwow.c176 u8 ssid_len; in ath10k_wmi_pno_check() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dcmd.c413 int wl1251_cmd_scan(struct wl1251 *wl, u8 *ssid, size_t ssid_len, in wl1251_cmd_scan() argument
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/
H A Dscan.h27 u8 ssid_len; member
83 u8 ssid_len; /* For SCAN_SSID_FILTER_SPECIFIC */ member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dscan.c330 wlcore_scan(struct wl1271 *wl, struct ieee80211_vif *vif, const u8 *ssid, size_t ssid_len, struct cfg80211_scan_request *req) wlcore_scan() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_invitation.c648 p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role, const u8 *bssid, const u8 *ssid, size_t ssid_len, unsigned int force_freq, const u8 *go_dev_addr, int persistent_group, unsigned int pref_freq, int dev_pw_id) p2p_invite() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dbss.h84 size_t ssid_len; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_invitation.c708 p2p_invite(struct p2p_data *p2p, const u8 *peer, enum p2p_invite_role role, const u8 *bssid, const u8 *ssid, size_t ssid_len, unsigned int force_freq, const u8 *go_dev_addr, int persistent_group, unsigned int pref_freq, int dev_pw_id) p2p_invite() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat.c624 const char* at_ssid_txt(const hi_u8 *ssid, size_t ssid_len) in at_ssid_txt() argument

Completed in 12 milliseconds

1234567891011