Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c154 ra_list->is_11n_enabled = 0; in mwifiex_ralist_add()
162 ra_list->is_11n_enabled = in mwifiex_ralist_add()
165 ra_list->is_11n_enabled = IS_11N_ENABLED(priv); in mwifiex_ralist_add()
172 ra_list->is_11n_enabled = in mwifiex_ralist_add()
174 if (ra_list->is_11n_enabled) in mwifiex_ralist_add()
180 ra_list, ra_list->is_11n_enabled); in mwifiex_ralist_add()
182 if (ra_list->is_11n_enabled) { in mwifiex_ralist_add()
1209 ptr->is_11n_enabled) in mwifiex_is_11n_aggragation_possible()
1430 if (!ptr->is_11n_enabled || in mwifiex_dequeue_tx_packet()
1433 if (ptr->is_11n_enabled && in mwifiex_dequeue_tx_packet()
H A D11n.h165 return node->is_11n_enabled; in mwifiex_is_sta_11n_enabled()
173 return node->is_11n_enabled; in mwifiex_tdls_peer_11n_enabled()
H A Dtdls.c981 sta_ptr->is_11n_enabled = 1; in mwifiex_process_tdls_action_frame()
1114 if (sta_ptr->is_11n_enabled) { in mwifiex_tdls_process_disable_link()
1148 sta_ptr->is_11n_enabled = true; in mwifiex_tdls_process_enable_link()
1149 if (sta_ptr->is_11n_enabled) { in mwifiex_tdls_process_enable_link()
1261 if (sta_ptr->is_11n_enabled) { in mwifiex_disable_all_tdls_links()
H A Dsta_event.c63 sta_ptr->is_11n_enabled = true; in mwifiex_check_ibss_peer_capabilities()
944 if (sta_ptr->is_11n_enabled) in mwifiex_process_sta_event()
961 if (sta_ptr && sta_ptr->is_11n_enabled) { in mwifiex_process_sta_event()
H A Duap_event.c173 if (node->is_11n_enabled) in mwifiex_process_uap_event()
H A Dutil.c726 node->is_11n_enabled = 1; in mwifiex_set_sta_ht_cap()
732 node->is_11n_enabled = 0; in mwifiex_set_sta_ht_cap()
H A Duap_cmd.c882 sta_ptr->is_11n_enabled = 1; in mwifiex_cmd_uap_add_station()
913 if (sta_ptr->is_11n_enabled) in mwifiex_cmd_uap_add_station()
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dwmm.c143 ra_list->is_11n_enabled = 0; in nxpwifi_ralist_add()
147 ra_list->is_11n_enabled = IS_11N_ENABLED(priv); in nxpwifi_ralist_add()
153 ra_list->is_11n_enabled = in nxpwifi_ralist_add()
155 if (ra_list->is_11n_enabled) in nxpwifi_ralist_add()
161 ra_list, ra_list->is_11n_enabled); in nxpwifi_ralist_add()
163 if (ra_list->is_11n_enabled) { in nxpwifi_ralist_add()
1005 ptr->is_11n_enabled) in nxpwifi_is_11n_aggragation_possible()
1212 if (!ptr->is_11n_enabled || in nxpwifi_dequeue_tx_packet()
1215 if (ptr->is_11n_enabled && in nxpwifi_dequeue_tx_packet()
H A D11n.h155 return node->is_11n_enabled; in nxpwifi_is_sta_11n_enabled()
H A Duap_event.c155 if (node->is_11n_enabled || node->is_11ax_enabled) in nxpwifi_uap_event_sta_assoc()
H A Dutil.c1034 node->is_11n_enabled = 1; in nxpwifi_set_sta_ht_cap()
1040 node->is_11n_enabled = 0; in nxpwifi_set_sta_ht_cap()
H A Duap_cmd.c656 sta_ptr->is_11n_enabled = 1; in nxpwifi_cmd_uap_add_new_station()
703 if (sta_ptr->is_11n_enabled || sta_ptr->is_11ax_enabled) in nxpwifi_cmd_uap_add_new_station()
H A Dmain.h281 u32 is_11n_enabled; member
717 u8 is_11n_enabled; member