HomeSort by: relevance | last modified time | path
    Searched defs:add_sta_cmd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/pci/
if_iwm.c 5035 struct iwm_add_sta_cmd_v7 add_sta_cmd; local in function:iwm_add_sta_cmd
5039 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));
5041 add_sta_cmd.sta_id = IWM_STATION_ID;
5042 add_sta_cmd.mac_id_n_color
5047 add_sta_cmd.tfd_queue_msk |=
5050 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in->in_ni.ni_bssid);
5052 add_sta_cmd.add_modify = update ? 1 : 0;
5053 add_sta_cmd.station_flags_msk
5055 add_sta_cmd.tid_disable_tx = htole16(0xffff)
    [all...]
if_iwm.c 5035 struct iwm_add_sta_cmd_v7 add_sta_cmd; local in function:iwm_add_sta_cmd
5039 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));
5041 add_sta_cmd.sta_id = IWM_STATION_ID;
5042 add_sta_cmd.mac_id_n_color
5047 add_sta_cmd.tfd_queue_msk |=
5050 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in->in_ni.ni_bssid);
5052 add_sta_cmd.add_modify = update ? 1 : 0;
5053 add_sta_cmd.station_flags_msk
5055 add_sta_cmd.tid_disable_tx = htole16(0xffff)
    [all...]
if_iwm.c 5035 struct iwm_add_sta_cmd_v7 add_sta_cmd; local in function:iwm_add_sta_cmd
5039 memset(&add_sta_cmd, 0, sizeof(add_sta_cmd));
5041 add_sta_cmd.sta_id = IWM_STATION_ID;
5042 add_sta_cmd.mac_id_n_color
5047 add_sta_cmd.tfd_queue_msk |=
5050 IEEE80211_ADDR_COPY(&add_sta_cmd.addr, in->in_ni.ni_bssid);
5052 add_sta_cmd.add_modify = update ? 1 : 0;
5053 add_sta_cmd.station_flags_msk
5055 add_sta_cmd.tid_disable_tx = htole16(0xffff)
    [all...]

Completed in 51 milliseconds