wfx_hif_set_mfp
int wfx_hif_set_mfp(struct wfx_vif *wvif, bool capable, bool required);
wfx_hif_set_mfp(wvif, sta->mfp, sta->mfp);
wfx_hif_set_mfp(wvif, *ptr & BIT(7), *ptr & BIT(6));