Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-uap.c4631 MrvlIEtypes_frag_threshold_t frag_threshold_tlv; in wifi_set_uap_frag() local
4633 (void)memset(&frag_threshold_tlv, 0, sizeof(MrvlIEtypes_frag_threshold_t)); in wifi_set_uap_frag()
4634 frag_threshold_tlv.header.type = TLV_TYPE_UAP_RTS_THRESHOLD; in wifi_set_uap_frag()
4635 frag_threshold_tlv.header.len = (t_u16)sizeof(MrvlIEtypes_frag_threshold_t); in wifi_set_uap_frag()
4636 frag_threshold_tlv.frag_threshold = (t_u16)frag_threshold; in wifi_set_uap_frag()
4639 &frag_threshold_tlv, MLAN_BSS_TYPE_UAP, NULL); in wifi_set_uap_frag()