Searched refs:ht_oper (Results 1 – 3 of 3) sorted by relevance
756 struct ieee80211_ht_operation *ht_oper; in wpas_get_op_chan_phy() local767 ht_oper = (struct ieee80211_ht_operation *) elems.ht_operation; in wpas_get_op_chan_phy()768 if (ht_oper) { in wpas_get_op_chan_phy()769 u8 sec_chan_offset = ht_oper->ht_param & in wpas_get_op_chan_phy()
896 struct ieee80211_ht_operation *ht_oper; in wnm_nei_rep_add_bss() local909 ht_oper = (struct ieee80211_ht_operation *) elems.ht_operation; in wnm_nei_rep_add_bss()910 if (ht_oper) { in wnm_nei_rep_add_bss()911 u8 sec_chan_offset = ht_oper->ht_param & in wnm_nei_rep_add_bss()
4107 struct ieee80211_ht_operation *ht_oper; in get_operation_channel_width() local4115 ht_oper = (struct ieee80211_ht_operation *) elems->ht_operation; in get_operation_channel_width()4131 if (channel_width == CHAN_WIDTH_UNKNOWN && ht_oper) { in get_operation_channel_width()4132 u8 sec_chan_offset = ht_oper->ht_param & in get_operation_channel_width()