Home
last modified time | relevance | path

Searched refs:keystring (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Drbtree.rst66 char *keystring;
94 result = strcmp(string, data->keystring);
125 int result = strcmp(data->keystring, this->keystring);
194 printk("key=%s\n", rb_entry(node, struct mytype, node)->keystring);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iw.c2699 char keystring[WSEC_MAX_PSK_LEN + 1]; in wl_iw_set_encodeext() local
2700 char* charptr = keystring; in wl_iw_set_encodeext()
2708 len = strlen(keystring); in wl_iw_set_encodeext()
2710 bcopy(keystring, pmk.key, len); in wl_iw_set_encodeext()
2713 WL_WSEC(("set key %s\n", keystring)); in wl_iw_set_encodeext()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_iw.c2695 char keystring[WSEC_MAX_PSK_LEN + 1]; in wl_iw_set_encodeext() local
2696 char* charptr = keystring; in wl_iw_set_encodeext()
2704 len = strlen(keystring); in wl_iw_set_encodeext()
2706 bcopy(keystring, pmk.key, len); in wl_iw_set_encodeext()
2709 WL_WSEC(("set key %s\n", keystring)); in wl_iw_set_encodeext()
H A Dwl_cfg80211.c6443 char keystring[WSEC_MAX_PSK_LEN + 1]; in wl_cfg80211_add_key() local
6444 char* charptr = keystring; in wl_cfg80211_add_key()
6450 WSEC_MAX_PSK_LEN / 2, keystring, sizeof(keystring), NULL); in wl_cfg80211_add_key()
6458 charptr += snprintf(charptr, sizeof(keystring), "%02x", params->key[j]); in wl_cfg80211_add_key()
6460 len = strlen(keystring); in wl_cfg80211_add_key()
6462 bcopy(keystring, pmk.key, len); in wl_cfg80211_add_key()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iw.c2745 char keystring[WSEC_MAX_PSK_LEN + 1]; in wl_iw_set_encodeext() local
2746 char* charptr = keystring; in wl_iw_set_encodeext()
2754 len = strlen(keystring); in wl_iw_set_encodeext()
2756 bcopy(keystring, pmk.key, len); in wl_iw_set_encodeext()
2759 WL_WSEC(("set key %s\n", keystring)); in wl_iw_set_encodeext()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dwl_iw.c2461 char keystring[WSEC_MAX_PSK_LEN + 1]; local
2462 char* charptr = keystring;
2470 len = strlen(keystring);
2472 bcopy(keystring, pmk.key, len);
H A Dwl_cfg80211.c7717 char keystring[WSEC_MAX_PSK_LEN + 1]; local
7718 char* charptr = keystring;
7795 WSEC_MAX_PSK_LEN / 2, keystring, sizeof(keystring), NULL);
7803 charptr += snprintf(charptr, sizeof(keystring), "%02x", params->key[j]);
7805 len = (u16)strlen(keystring);
7807 bcopy(keystring, pmk.key, len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dwl_iw.c2467 char keystring[WSEC_MAX_PSK_LEN + 1]; local
2468 char* charptr = keystring;
2476 len = strlen(keystring);
2478 bcopy(keystring, pmk.key, len);
H A Dwl_cfg80211.c7818 char keystring[WSEC_MAX_PSK_LEN + 1]; local
7819 char* charptr = keystring;
7896 WSEC_MAX_PSK_LEN / 2, keystring, sizeof(keystring), NULL);
7904 charptr += snprintf(charptr, sizeof(keystring), "%02x", params->key[j]);
7906 len = (u16)strlen(keystring);
7908 bcopy(keystring, pmk.key, len);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dwl_iw.c2467 char keystring[WSEC_MAX_PSK_LEN + 1]; local
2468 char* charptr = keystring;
2476 len = strlen(keystring);
2478 bcopy(keystring, pmk.key, len);
H A Dwl_cfg80211.c7816 char keystring[WSEC_MAX_PSK_LEN + 1]; local
7817 char* charptr = keystring;
7894 WSEC_MAX_PSK_LEN / 2, keystring, sizeof(keystring), NULL);
7902 charptr += snprintf(charptr, sizeof(keystring), "%02x", params->key[j]);
7904 len = (u16)strlen(keystring);
7906 bcopy(keystring, pmk.key, len);