Searched refs:modes (Results 1 – 7 of 7) sorted by relevance
175 ncm = &nc->modes[NCSI_MODE_ENABLE]; in ncsi_rsp_handler_ec()292 ncm = &nc->modes[NCSI_MODE_AEN]; in ncsi_rsp_handler_ae()321 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_sl()343 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_rsp_handler_gls()412 ncm = &nc->modes[NCSI_MODE_VLAN]; in ncsi_rsp_handler_ev()439 ncm = &nc->modes[NCSI_MODE_VLAN]; in ncsi_rsp_handler_dv()509 ncm = &nc->modes[NCSI_MODE_BC]; in ncsi_rsp_handler_ebf()535 ncm = &nc->modes[NCSI_MODE_BC]; in ncsi_rsp_handler_dbf()562 ncm = &nc->modes[NCSI_MODE_MC]; in ncsi_rsp_handler_egmf()588 ncm = &nc->modes[NCSI_MODE_MC]; in ncsi_rsp_handler_dgmf()[all …]
68 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_lsc()106 ncm = &nc->modes[NCSI_MODE_TX_ENABLE]; in ncsi_aen_handler_lsc()123 ncm = &tmp->modes[NCSI_MODE_TX_ENABLE]; in ncsi_aen_handler_lsc()168 nc->modes[NCSI_MODE_TX_ENABLE].enable = 0; in ncsi_aen_handler_cr()187 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_aen_handler_hncdsc()
30 return !!(channel->modes[NCSI_MODE_LINK].data[2] & 0x1); in ncsi_channel_has_link()146 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_channel_monitor()228 nc->modes[index].index = index; in ncsi_add_channel()870 ncm = &channel->modes[NCSI_MODE_TX_ENABLE]; in ncsi_channel_is_tx()922 if (nc->modes[NCSI_MODE_TX_ENABLE].enable) { in ncsi_update_tx_channel()1208 if (nc->modes[NCSI_MODE_LINK].data[2] & 0x1) { in ncsi_configure_channel()1277 ncm = &nc->modes[NCSI_MODE_LINK]; in ncsi_choose_active_channel()
226 struct ncsi_channel_mode modes[NCSI_MODE_MAX]; member
67 m = &nc->modes[NCSI_MODE_LINK]; in ncsi_write_channel_info()
4456 static const char * const modes[] = { in ieee80211_conn_mode_str() local4465 if (WARN_ON(mode >= ARRAY_SIZE(modes))) in ieee80211_conn_mode_str()4468 return modes[mode] ?: "<missing string>"; in ieee80211_conn_mode_str()
333 Please note that not all PPTP modes of operation are supported yet.
Completed in 28 milliseconds