Home | History | Annotate | Download | only in drivers

Lines Matching refs:ht_opmode

3495 			   int slot, int ht_opmode, int ap_isolate,
3508 (ht_opmode >= 0 &&
3509 nla_put_u16(msg, NL80211_ATTR_BSS_HT_OPMODE, ht_opmode)) ||
3904 if (params->ht_opmode != -1) {
3986 params->short_slot_time, params->ht_opmode,
4017 if (is_mesh_interface(drv->nlmode) && params->ht_opmode != -1) {
4020 mesh_params.ht_opmode = params->ht_opmode;
8790 nla_put_u16(msg, NL80211_MESHCONF_HT_OPMODE, params->ht_opmode)) {