Home
last modified time | relevance | path

Searched refs:auth_tlv (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c396 struct mwifiex_ie_types_auth_type *auth_tlv; in mwifiex_cmd_802_11_associate() local
464 auth_tlv = (struct mwifiex_ie_types_auth_type *) pos; in mwifiex_cmd_802_11_associate()
465 auth_tlv->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE); in mwifiex_cmd_802_11_associate()
466 auth_tlv->header.len = cpu_to_le16(sizeof(auth_tlv->auth_type)); in mwifiex_cmd_802_11_associate()
468 auth_tlv->auth_type = cpu_to_le16( in mwifiex_cmd_802_11_associate()
471 auth_tlv->auth_type = cpu_to_le16(NL80211_AUTHTYPE_OPEN_SYSTEM); in mwifiex_cmd_802_11_associate()
473 pos += sizeof(auth_tlv->header) + le16_to_cpu(auth_tlv->header.len); in mwifiex_cmd_802_11_associate()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Djoin.c384 struct mwifiex_ie_types_auth_type *auth_tlv; in mwifiex_cmd_802_11_associate() local
452 auth_tlv = (struct mwifiex_ie_types_auth_type *) pos; in mwifiex_cmd_802_11_associate()
453 auth_tlv->header.type = cpu_to_le16(TLV_TYPE_AUTH_TYPE); in mwifiex_cmd_802_11_associate()
454 auth_tlv->header.len = cpu_to_le16(sizeof(auth_tlv->auth_type)); in mwifiex_cmd_802_11_associate()
456 auth_tlv->auth_type = cpu_to_le16( in mwifiex_cmd_802_11_associate()
459 auth_tlv->auth_type = cpu_to_le16(NL80211_AUTHTYPE_OPEN_SYSTEM); in mwifiex_cmd_802_11_associate()
461 pos += sizeof(auth_tlv->header) + le16_to_cpu(auth_tlv->header.len); in mwifiex_cmd_802_11_associate()

Completed in 4 milliseconds