Home
last modified time | relevance | path

Searched refs:nxpwifi_append_data_tlv (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/nxp/nxpwifi/
H A Duap_cmd.c612 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_EXT_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
624 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_SUPP_RATES, in nxpwifi_cmd_uap_add_new_station()
637 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_QOS_CAPA, in nxpwifi_cmd_uap_add_new_station()
650 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_HT_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
668 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_VHT_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
681 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_OPMODE_NOTIF, in nxpwifi_cmd_uap_add_new_station()
693 tlv_len = nxpwifi_append_data_tlv(WLAN_EID_EXT_HE_CAPABILITY, in nxpwifi_cmd_uap_add_new_station()
H A Dutil.h118 int nxpwifi_append_data_tlv(u16 id, u8 *data, int len, u8 *pos, u8 *cmd_end);
H A Dutil.c1148 int nxpwifi_append_data_tlv(u16 id, u8 *data, int len, u8 *pos, u8 *cmd_end) in nxpwifi_append_data_tlv() function